F5.1: soportar Departamento en estructura manual

This commit is contained in:
2026-09-09 07:50:10 -03:00
parent 7eaa05544e
commit 40da9dcc0a
+1 -1
View File
@@ -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;