close #1418 Fixed: Modal scroll not working

This commit is contained in:
Cüneyt Şentürk
2020-04-19 19:30:13 +03:00
parent 5839a84b73
commit ef3e0d9599
5 changed files with 28 additions and 2 deletions

View File

@ -28,7 +28,7 @@
{{ Form::textGroup('invoice_number', trans('invoices.invoice_number'), 'file') }}
{{ Form::textGroup('order_number', trans('invoices.order_number'), 'shopping-cart',[]) }}
{{ Form::textGroup('order_number', trans('invoices.order_number'), 'shopping-cart', []) }}
<div class="col-sm-12 mb-4">
@php $item_colspan = in_array(setting('localisation.discount_location', 'total'), ['item', 'both']) ? '6' : '5' @endphp