feat: add dateinameTemplate support to barcode scanner and display document names in inbox detail view
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
This commit is contained in:
@@ -8,6 +8,7 @@ export interface InboxBarcode {
|
||||
value: string;
|
||||
templateId: number | null;
|
||||
templateName: string | null;
|
||||
dateinameTemplate: string | null;
|
||||
splitBefore: boolean;
|
||||
actions: BarcodeActionType[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user