Hiding expense fields for now

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

View File

@ -50,8 +50,8 @@
</div>
<div class="col-md-6">
{!! Former::textarea('public_notes')->rows(8) !!}
{!! Former::textarea('private_notes')->rows(8) !!}
{!! Former::textarea('public_notes')->rows(5) !!}
{!! Former::textarea('private_notes')->rows(5) !!}
</div>
</div>
</div>