Working on taxes

This commit is contained in:
Hillel Coren 2017-05-29 19:32:32 +03:00
parent 93d9eb6636
commit 1c17bead45
2 changed files with 23 additions and 24 deletions

View File

@ -33,7 +33,9 @@
{!! Former::text('cost') !!}
@if ($account->invoice_item_taxes)
@include('partials.tax_rates')
@endif
</div>
</div>

View File

@ -1,4 +1,3 @@
@if ($account->invoice_item_taxes)
{!! Former::select('tax_select1')
->addOption('','')
->label(isset($taxRateLabel) ? $taxRateLabel : trans('texts.tax_rate'))
@ -22,8 +21,6 @@
{!! Former::input('tax_name2') !!}
</div>
</div>
@endif
<script type="text/javascript">