Skip to content

Commit

Permalink
Swapped inventory/lot labels on expiration warning block
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Aug 26, 2020
1 parent 7c2f1ef commit 00c3cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</thead>
<tbody>
<tr>
<th translate>FORM.LABELS.LOT</th>
<th translate>FORM.LABELS.INVENTORY</th>
<th translate>FORM.LABELS.LOT</th>
</tr>
<tr ng-repeat = "inventory in $ctrl.expiredInventories | limitTo : 5">
<td>{{inventory.text}} ({{inventory.expiration_date}})</td>
Expand Down

0 comments on commit 00c3cfe

Please sign in to comment.