-
Fares authored
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>
a4e9cc61