Skip to content

Commit

Permalink
Merge pull request #125 from OpenLMIS-Angola/OAM-27-fix-columns
Browse files Browse the repository at this point in the history
OAM-27: hide destination column if wards are not used
  • Loading branch information
DominikNoga authored Jun 17, 2024
2 parents 71935f3 + acbe8ff commit 586cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stock-adjustment-creation/adjustment-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>
</td>
<td ng-show="vm.hasLot">{{lineItem.lot.expirationDate | openlmisDate}}</td>
<td align="right">{{lineItem.$previewSOH}}</td>
<td>{{ lineItem.destination.name }}</td>
<td ng-if="vm.displayWardSelect">{{ lineItem.destination.name }}</td>
<td ng-show="vm.srcDstAssignments"
openlmis-invalid="{{lineItem.$errors.assignmentInvalid ? 'openlmisForm.required' : '' | message}}">
<select ng-model="lineItem.assignment"
Expand Down

0 comments on commit 586cb91

Please sign in to comment.