Refactor 'download' field to 'discharge' across models and services

- Renamed the 'download' field to 'discharge' in the FaLineItem model and updated related services and schemas accordingly.
- Adjusted frontend components to reflect the new 'discharge' terminology.
- Ensured consistency in filtering and validation logic across the application to use the updated field name.
This commit is contained in:
2026-03-17 16:25:23 -05:00
parent 5a619e8bc4
commit 3eacbf18f2
15 changed files with 44 additions and 216 deletions

View File

@@ -127,7 +127,7 @@ export interface FaLineItem {
subitem_number?: number;
// Special flags
download?: boolean;
discharge?: boolean;
own_equipment?: boolean;
omit_annex31?: boolean;