Skip to content

Commit

Permalink
Improve: filter requisition by status
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jun 22, 2021
1 parent 2665be9 commit a1aef93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/modules/stock/requisition/modals/search.modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
</div>
</div>

<div>
<div style="margin-bottom: 10px">
<label class="control-label" translate>FORM.LABELS.STATUS</label>
<div class="row">
<div ng-repeat ="r in $ctrl.requisitionStatus | orderBy:'plainText'" class="col-md-6">
<div class="checkbox">
<div class="checkbox" style="margin-top: 0; margin-bottom: 2px">
<label>
<input type="checkbox" ng-model="r.checked" ng-true-value="1" ng-false-value="0">
<span ng-class="r.class_style" translate> {{ r.plainText }} </span>
</label>
</div>
</div>
</div>
</div>
</div>

<!-- depot -->
<bh-depot-select
Expand Down

0 comments on commit a1aef93

Please sign in to comment.