Merge pull request #1011 from mj-isip23/BUG_NEW_TAX_MODAL

fix add tax modal
This commit is contained in:
Cüneyt Şentürk
2019-12-25 10:41:04 +03:00
committed by GitHub
3 changed files with 14 additions and 90 deletions

View File

@ -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>