feat: enhance business activities and sale invoices handling with new query constants and pagination support
This commit is contained in:
@@ -12,6 +12,8 @@ export function translateEnumValue(
|
||||
enumKey: keyof typeof translates.enums,
|
||||
value: string | null | undefined,
|
||||
): EnumTranslatedValue {
|
||||
console.log(enumKey, value)
|
||||
|
||||
const enumsRegistry = translates.enums as EnumsRegistry
|
||||
const enumMap = enumsRegistry[String(enumKey)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user