fix(waiver): handle empty date_of_birth strings in individual fee insert
MySQL rejects empty strings for DATE columns. The approve form sends
empty strings for persons without a DOB (spouses, temporary members).
Convert empty strings to null for date_of_birth, relationship, status,
and notes fields before INSERT.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment