mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix checkbox for edit screen.
This commit is contained in:
parent
7830a64170
commit
9b4f87d44a
@ -64,7 +64,7 @@
|
||||
</label>
|
||||
<div class="col-sm-8">
|
||||
<div class="radio"><label>
|
||||
{!! Form::checkbox('return_to_edit', '1') !!}
|
||||
{!! Form::checkbox('return_to_edit', '1', intval(Input::old('return_to_edit')) == 1) !!}
|
||||
After updating, return here.
|
||||
</label>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user