fix(installments): ensure cheque_amount always sent as decimal, never 0
buildHiddenInputs now serializes cheque_amount as toFixed(2) string;
renderTable shows amount as toFixed(2); prevents "المبلغ يجب أن يكون
أكبر من صفر" error caused by JS sending 0 for the amount field
Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment