Skip to content

Commit

Permalink
fix(Sort by expiration date)
Browse files Browse the repository at this point in the history
- resolve sort expiration date in Duplicate lots registry

closes #5807
  • Loading branch information
lomamech committed Aug 6, 2021
1 parent 500957b commit 7ec6bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/modules/stock/lots-duplicates/lots-duplicates.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ function DuplicateLotsController(
displayName : 'STOCK.EXPIRATION_DATE',
headerTooltip : 'STOCK.EXPIRATION_DATE',
headerCellFilter : 'translate',
cellFilter : 'date:"mediumDate"',
cellClass : 'text-right',
cellFilter : 'date',
type : 'date',
}, {
field : 'num_duplicates',
displayName : 'TABLE.COLUMNS.NUM_DUPLICATE_LOTS',
Expand Down

0 comments on commit 7ec6bd5

Please sign in to comment.