Skip to content

Commit

Permalink
Merge pull request #173 from OpenLMIS-Angola/ANGOLASUP-914
Browse files Browse the repository at this point in the history
ANGOLASUP-914: fixed displaying Unit select
  • Loading branch information
dszafranek authored Aug 30, 2024
2 parents f22a4ef + 9d997f3 commit 6c31ffa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/stock-adjustment-creation/adjustment-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ <h2>
ng-change="vm.expirationDateChanged()"
openlmis-invalid="{{vm.newLot.expirationDateInvalid | message}}" />
</div>
<div ng-if="vm.selectedLot && vm.unitsOfOrderable">
<div ng-if="vm.selectedOrderableGroup &&
(!vm.selectedOrderableHasLots ||
(vm.selectedOrderableHasLots && vm.selectedLot)) &&
vm.unitsOfOrderable">
<label for="newItemUnit">
{{:: 'adjustmentCreation.unit' | message }}
</label>
Expand Down

0 comments on commit 6c31ffa

Please sign in to comment.