mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Hiding expense fields for now
This commit is contained in:
parent
dff7ad91c8
commit
10aafda4e0
@ -43,8 +43,10 @@
|
|||||||
->fromQuery($currencies, 'name', 'id') !!}
|
->fromQuery($currencies, 'name', 'id') !!}
|
||||||
|
|
||||||
{!! Former::text('amount')->label(trans('texts.expense_amount')) !!}
|
{!! Former::text('amount')->label(trans('texts.expense_amount')) !!}
|
||||||
|
<!--
|
||||||
{!! Former::text('foreign_amount') !!}
|
{!! Former::text('foreign_amount') !!}
|
||||||
{!! Former::text('exchange_rate') !!}
|
{!! Former::text('exchange_rate') !!}
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user