Merge pull request #1011 from mj-isip23/BUG_NEW_TAX_MODAL
fix add tax modal
This commit is contained in:
@ -98,7 +98,8 @@
|
||||
'data-item' => 'tax_id',
|
||||
'v-model' => 'row.tax_id',
|
||||
'change' => 'onCalculateTotal',
|
||||
'class' => 'form-control'
|
||||
'class' => 'form-control',
|
||||
'path' => route('modals.taxes.create')
|
||||
], 'mb-0 select-tax') }}
|
||||
@stack('tax_id_input_end')
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user