Skip to content

Commit

Permalink
Fixed sorting bug for numerical columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Dec 30, 2021
1 parent 005baf6 commit 18cffec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/i18n/en/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"RUMER_REPORT" : "RUMER",
"SERVICE" : "Services",
"SIMPLE_VOUCHER" : "Simple Voucher",
"STAFFING_INDICES_MANAGEMENT" : "Staffing indices management",
"STAFFING_INDICES_MANAGEMENT" : "Staffing Indices Management",
"STOCK_CONSUMPTION_GRAPH_REPORT": "Stock Consumption's graph report",
"STOCK_DASHBOARD": "Dashboard",
"STOCK_ENTRY_REPORT":"[Stock] Entries Report",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@ function StaffingIndiceController($state, $uibModal, StaffingIndice,
displayName : 'FORM.LABELS.ENROLLMENT_BONUS',
headerCellFilter : 'translate',
cellClass : 'text-right',
type : 'number',
},
{
field : 'function_indice',
displayName : 'FORM.LABELS.FUNCTION_BONUS',
headerCellFilter : 'translate',
cellClass : 'text-right',
type : 'number',
},
{
field : 'actions',
Expand Down

0 comments on commit 18cffec

Please sign in to comment.