Given a Cadre whose Per Diem's have been paid, and has a zero for food or lodging. On Cadre Payments page, you try to Quick (Pencil) edit the cadre's Payment. The per diem fields are disabled, but validation requires you to put a zero in the empty per diem field(s).
Need to change to display a zero for fields with an actual zero in the database. Should also prevent validating disabled fields.
Changed table.ts to display zeros in input cells instead of empty string.
Changed Payments and Per Diems pages to not validate disabled fields on Update click.
Given a Cadre whose Per Diem's have been paid, and has a zero for food or lodging. On Cadre Payments page, you try to Quick (Pencil) edit the cadre's Payment. The per diem fields are disabled, but validation requires you to put a zero in the empty per diem field(s).
Need to change to display a zero for fields with an actual zero in the database. Should also prevent validating disabled fields.