Fix new services implementation 2
This commit is contained in:
@@ -43,6 +43,7 @@ export interface InventoryItem {
|
||||
supplier?: string;
|
||||
notes?: string;
|
||||
barcode?: string;
|
||||
sku?: string;
|
||||
cost_per_unit?: number;
|
||||
is_active: boolean;
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user