From 40da9dcc0ab05133a5500b093269a0978239b521 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 07:50:10 -0300 Subject: [PATCH] F5.1: soportar Departamento en estructura manual --- web-v2/src/lib/inventoryStructureApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-v2/src/lib/inventoryStructureApi.ts b/web-v2/src/lib/inventoryStructureApi.ts index 4610c95..e8e8468 100644 --- a/web-v2/src/lib/inventoryStructureApi.ts +++ b/web-v2/src/lib/inventoryStructureApi.ts @@ -1,6 +1,6 @@ import { apiRequest } from './api'; -export type InventoryStructureKind = 'EMPRESA' | 'AREA' | 'YACIMIENTO' | 'INSTALACION' | 'SUBINSTALACION'; +export type InventoryStructureKind = 'EMPRESA' | 'DEPARTAMENTO' | 'AREA' | 'YACIMIENTO' | 'INSTALACION' | 'SUBINSTALACION'; export interface InventoryFamily { id: string;