web
You’re offline. This is a read only version of the page.
close
  • When customer has mandatory credit limit set to Yes, even if the credit limit is set to 0, the customer balance should show Ordered, Credit limit and Credit remaining amounts.

    When a customer has the mandatory credit limit set to Yes, the system should display the Ordered, Credit Limit, and Remaining Credit Limit amounts, even if the credit limit itself is set to zero. This is because the mandatory setting enforces credit limit calculations. In this scenario, the customer is treated as prepaid, meaning orders should not proceed until payment is received. Once payment is made, the customer can place orders up to the paid amount. Since the standard functionality already checks the credit limit against the prepaid amount (as the payment creates a negative balance), it makes sense to reflect these calculations in the customer balance. This behavior differs from a case where the credit limit is not mandatory and simply left at zero.