fix(members): prevent empty string for decimal addition_fee in retroactive wizard
Empty form fields post as '' which ?? doesn't catch (only null). MySQL
rejects '' for decimal columns. Switched to ?: so empty strings fall
through to the '0.00' default.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment