Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 18, 2022
2 parents 145c191 + ec01aad commit ff5d64f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/reports/custom.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,13 @@

<div class="col-md-9 col-md-offset-3">
<label>
{{ Form::checkbox('exclude_archived', '1') }}
{{ Form::checkbox('exclude_archived', '1', old('exclude_archived'), ['class' => 'minimal']) }}
{{ trans('general.exclude_archived') }}
</label>
</div>
<div class="col-md-9 col-md-offset-3">
<label>
{{ Form::checkbox('use_bom', '1') }}
{{ Form::checkbox('use_bom', '1', old('use_bom'), ['class' => 'minimal']) }}
{{ trans('general.bom_remark') }}
</label>
</div>
Expand Down

0 comments on commit ff5d64f

Please sign in to comment.