lowkeyman 4 nedēļas atpakaļ
vecāks
revīzija
dfff0f3cd3

+ 1 - 1
admin/templates/default/refill_quota_stats.index.php

@@ -1437,7 +1437,7 @@
                                 val = normalizeAmount(val);//过滤,比如前导 0
                                 valDiv.html(formatDecimals(val));
                                 
-                                if (col === 'invoice_remaining_amount' || col === 'adjustment_value') {
+                                if (col === 'invoice_remaining_amount') {
                                     that.calcInvoiceNeededAmount();
                                 }