Hiding expense fields for now

This commit is contained in:
Hillel Coren 2016-01-21 11:04:21 +02:00
parent dff7ad91c8
commit 10aafda4e0

View File

@ -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">