zwxi 1 jaar geleden
bovenliggende
commit
6856570112
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      controller/census/invoice_payment.go

+ 1 - 1
controller/census/invoice_payment.go

@@ -1806,7 +1806,7 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
 				if v.InvoicedAmount >= v.PaymentAmount {
 					invoiceTotal += v.InvoicedAmount
 				} else if v.InvoicedAmount == 0 {
-					invoiceTotal += v.PaymentAmount
+					invoiceTotal += v.PaymentOrigin
 				}
 				rate := v.RMBRate
 				if rate == 0.0 {