Skip to content

Commit

Permalink
improvement(Voucher Registry)
Browse files Browse the repository at this point in the history
- Remove not necessary summing in column type_id and amount

closes #6262
  • Loading branch information
lomamech committed Jan 11, 2022
1 parent b0a53ac commit 5cbbf5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/modules/vouchers/voucher-registry.ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function VoucherController(
displayName : 'TABLE.COLUMNS.TYPE',
headerCellFilter : 'translate',
cellTemplate : 'modules/templates/grid/voucherType.tmpl.html',
aggregationType : uiGridConstants.aggregationTypes.sum,
aggregationHideLabel : true,
}, {
field : 'date',
Expand All @@ -99,7 +98,6 @@ function VoucherController(
field : 'amount',
displayName : 'TABLE.COLUMNS.AMOUNT',
headerCellFilter : 'translate',
aggregationType : uiGridConstants.aggregationTypes.sum,
aggregationHideLabel : true,
footerCellClass : 'text-right',
type : 'number',
Expand Down

0 comments on commit 5cbbf5f

Please sign in to comment.