diff --git a/client/client/src/summary/index.html b/client/client/src/summary/index.html index 4d41ad036..7ea875094 100644 --- a/client/client/src/summary/index.html +++ b/client/client/src/summary/index.html @@ -182,12 +182,12 @@ ng-class="{bold: $ctrl.summary.debt.debt > $ctrl.summary.credit}"> + value="{{$ctrl.summary.creditInsurance | currency:'€ ':2}} ({{$ctrl.summary.classifications[0].insurances[0].grade}})"> diff --git a/package-lock.json b/package-lock.json index 2d2c6445d..de84db619 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6586,8 +6586,7 @@ "jsbn": { "version": "0.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "json-schema": { "version": "0.2.3", diff --git a/services/client/common/methods/receipt/filter.js b/services/client/common/methods/receipt/filter.js index 501e155aa..fbd4cd107 100644 --- a/services/client/common/methods/receipt/filter.js +++ b/services/client/common/methods/receipt/filter.js @@ -51,7 +51,7 @@ module.exports = Self => { SELECT i.id, TRUE, - i.dued, + i.issued, c.code, i.created, CONCAT(' N/FRA ', i.ref),