lowkeyman 1 місяць тому
батько
коміт
dfff0f3cd3
1 змінених файлів з 1 додано та 1 видалено
  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();
                                 }