refs #443 Bill create and edit page added stack and fixed category type for expense, income

This commit is contained in:
cuneytsenturk
2018-08-16 11:34:08 +03:00
parent 30298635fd
commit 47ad57eaed
12 changed files with 204 additions and 335 deletions

View File

@ -20,7 +20,7 @@
</div>
@stack('color_input_end')
{!! Form::hidden('type', 'income', []) !!}
{!! Form::hidden('type', $type, []) !!}
{!! Form::hidden('enabled', '1', []) !!}
</div>
{!! Form::close() !!}