Browse Source

[FIX] credit calculation

Gogs 7 years ago
parent
commit
01e1a4a318
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/steps/PaymentAmount.vue

+ 4 - 0
src/components/steps/PaymentAmount.vue

@@ -52,6 +52,10 @@
 
                     this.changeInitialPayment(value)
                     this.computePaymentResidual(value)
+
+                    if (this.paymentType === 'credit') {
+                       this.computePaymentLines()		
+                    }
                 }
             },
             ...mapGetters([