reaMerge branch 'master' of github.com:akaunting/akaunting
# Conflicts: # resources/views/partials/form/radio_group.blade.php
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="{{ $name }}" value="{{ ($value) ? true : false }}" />
|
||||
<input type="hidden" name="{{ $name }}" value="{{ ($value) ? 1 : 0 }}" />
|
||||
</div>
|
||||
|
||||
<div class="invalid-feedback d-block"
|
||||
|
Reference in New Issue
Block a user