mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on taxes
This commit is contained in:
parent
93d9eb6636
commit
1c17bead45
@ -33,7 +33,9 @@
|
|||||||
|
|
||||||
{!! Former::text('cost') !!}
|
{!! Former::text('cost') !!}
|
||||||
|
|
||||||
|
@if ($account->invoice_item_taxes)
|
||||||
@include('partials.tax_rates')
|
@include('partials.tax_rates')
|
||||||
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@if ($account->invoice_item_taxes)
|
|
||||||
{!! Former::select('tax_select1')
|
{!! Former::select('tax_select1')
|
||||||
->addOption('','')
|
->addOption('','')
|
||||||
->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate'))
|
->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate'))
|
||||||
@ -22,8 +21,6 @@
|
|||||||
{!! Former::input('tax_name2') !!}
|
{!! Former::input('tax_name2') !!}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user