Skip to content

Commit

Permalink
Merge #6267
Browse files Browse the repository at this point in the history
6267: improvement(Voucher Registry) r=jniles a=lomamech

- Remove not necessary summing in column type_id and amount

closes #6262

Co-authored-by: lomamech <lomamech@gmail.com>
  • Loading branch information
bors[bot] and lomamech authored Jan 11, 2022
2 parents b0a53ac + 5cbbf5f commit cddd292
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 cddd292

Please sign in to comment.