fixes
This commit is contained in:
@@ -1 +0,0 @@
|
||||
@include('Admin.Shop.InvoicePayments.form')
|
||||
@@ -1,5 +1,7 @@
|
||||
f{{ Form::open(['route' => 'Admin.Shop.InvoicePayments.store', 'id' => 'invoice_payment-form', 'autocomplete' => 'off']) }}
|
||||
{{ Form::open(['route' => 'Admin.Shop.InvoicePayments.store', 'id' => 'invoice_payment-form', 'autocomplete' => 'off']) }}
|
||||
<input type="hidden" name="id" id="id" value="{{ $invoice_payment['id'] ?? false }}">
|
||||
<input type="hidden" name="invoice_id" id="invoice_id" value="{{ $invoice_id ?? false }}">
|
||||
|
||||
|
||||
<div class="row mb-3">
|
||||
<div class="col-12">
|
||||
@@ -43,4 +45,5 @@ f{{ Form::open(['route' => 'Admin.Shop.InvoicePayments.store', 'id' => 'invoice_
|
||||
|
||||
<script>
|
||||
initDatepicker();
|
||||
initSaveForm('#invoice_payment-form', '.modal-content .bootbox-accept');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user