Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebed-meleck committed Dec 2, 2023
1 parent 4016f9d commit 60a4cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/constants/bhConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function constantConfig() {
defaultFilters : [
{ key : 'period', label : 'TABLE.COLUMNS.PERIOD', valueFilter : 'translate' },
{ key : 'includeEmptyLot', label : 'STOCK.INCLUDE_EMPTY_LOTS', valueFilter : 'boolean' },
{ key : 'showPendingTransfers', label: 'STOCK.INCLUDE_PENDING_TRANSFERT', valueFilter: 'boolean' },
{ key : 'showPendingTransfers', label : 'STOCK.INCLUDE_PENDING_TRANSFERT', valueFilter : 'boolean' },
{ key : 'date_created', label : 'FORM.LABELS.DATE_CREATED', valueFilter : 'translate' },
{
key : 'custom_period_start',
Expand Down

0 comments on commit 60a4cdb

Please sign in to comment.