refs #1480 Invoice/Bill payment show error issue solved
This commit is contained in:
		@@ -7,9 +7,9 @@
 | 
			
		||||
    'route' => ['modals.bills.bill.transactions.store', $bill->id],
 | 
			
		||||
    'novalidate' => true
 | 
			
		||||
]) !!}
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <base-alert type="warning" v-if="typeof form.response !== 'undefined' && form.response.error" v-html="form.response.message"></base-alert>
 | 
			
		||||
    <base-alert type="warning" v-if="typeof form.response !== 'undefined' && form.response.error" v-html="form.response.message"></base-alert>
 | 
			
		||||
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        {{ Form::dateGroup('paid_at', trans('general.date'), 'calendar', ['id' => 'paid_at', 'required' => 'required', 'date-format' => 'Y-m-d', 'autocomplete' => 'off'], Date::now()->toDateString()) }}
 | 
			
		||||
 | 
			
		||||
        {{ Form::moneyGroup('amount', trans('general.amount'), 'money-bill-alt', ['required' => 'required', 'autofocus' => 'autofocus', 'currency' => $currency, 'dynamic-currency' => 'currency'], $bill->grand_total) }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user