lowkeyman 4 viikkoa sitten
vanhempi
commit
dfff0f3cd3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      admin/templates/default/refill_quota_stats.index.php

+ 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();
                                 }