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