Simplify pick item quantity handling

This commit is contained in:
beatz174-bit
2025-11-23 12:33:13 +10:00
parent d41edb671c
commit f2bb55f95a
6 changed files with 116 additions and 50 deletions
-3
View File
@@ -9,7 +9,4 @@ export interface PickItem {
status: PickItemStatus;
created_at: number;
updated_at: number;
// Legacy fields retained for backward compatibility with pre-v5 data.
quantity_units?: number;
quantity_bulk?: number;
}