diff --git a/src/components/POS/types.ts b/src/components/POS/types.ts index 836da2ae..31102b68 100644 --- a/src/components/POS/types.ts +++ b/src/components/POS/types.ts @@ -8,7 +8,7 @@ export type ItemSerialNumbers = { [item: string]: string }; export type DiscountType = "percent" | "amount"; -export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'InvoiceListAlert' +export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'RouteToInvoiceList' export interface POSItem { image?:string, diff --git a/src/pages/POS/AlertModal.vue b/src/pages/POS/AlertModal.vue index aa19ef57..aef0044c 100644 --- a/src/pages/POS/AlertModal.vue +++ b/src/pages/POS/AlertModal.vue @@ -1,15 +1,16 @@