bug credit front

This commit is contained in:
Javi Gallego 2018-12-17 14:16:27 +01:00
parent 8726540342
commit 6022bcbe34
3 changed files with 4 additions and 5 deletions

View File

@ -182,12 +182,12 @@
ng-class="{bold: $ctrl.summary.debt.debt > $ctrl.summary.credit}">
</vn-label-value>
<vn-label-value label="Credit"
value="{{$ctrl.summary.credit | currency:'€ ':2}}"
value="{{$ctrl.summary.credit | currency:'€ ':2 }} "
ng-class="{bold: $ctrl.summary.credit > $ctrl.summary.creditInsurance ||
($ctrl.summary.credit && $ctrl.summary.creditInsurance == null)}">
</vn-label-value>
<vn-label-value label="Secured credit"
value="{{$ctrl.summary.creditInsurance | currency:'€ ':2}}">
value="{{$ctrl.summary.creditInsurance | currency:'€ ':2}} ({{$ctrl.summary.classifications[0].insurances[0].grade}})">
</vn-label-value>
<vn-label-value label="Balance"
value="{{$ctrl.summary.sumRisk | currency:'€ ':2}}">

3
package-lock.json generated
View File

@ -6586,8 +6586,7 @@
"jsbn": {
"version": "0.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"json-schema": {
"version": "0.2.3",

View File

@ -51,7 +51,7 @@ module.exports = Self => {
SELECT
i.id,
TRUE,
i.dued,
i.issued,
c.code,
i.created,
CONCAT(' N/FRA ', i.ref),