mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fix for tax rates public id
This commit is contained in:
parent
36234dd6fa
commit
9819106534
@ -2,7 +2,7 @@
|
||||
->addOption('','')
|
||||
->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate'))
|
||||
->onchange('taxSelectChange(event)')
|
||||
->fromQuery($taxRates) !!}
|
||||
->fromQuery($taxRates, null, 'public_id') !!}
|
||||
|
||||
<div style="display:none">
|
||||
{!! Former::input('tax_rate1') !!}
|
||||
@ -14,7 +14,7 @@
|
||||
->addOption('','')
|
||||
->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate'))
|
||||
->onchange('taxSelectChange(event)')
|
||||
->fromQuery($taxRates) !!}
|
||||
->fromQuery($taxRates, null, 'public_id') !!}
|
||||
|
||||
<div style="display:none">
|
||||
{!! Former::input('tax_rate2') !!}
|
||||
|
Loading…
Reference in New Issue
Block a user