From 5ffad7aed00fea29346c5bb1e23a30b244fe2c96 Mon Sep 17 00:00:00 2001 From: avicenan Date: Fri, 19 Jun 2026 15:53:06 +0900 Subject: [PATCH] fix card print queue print only --- src/controllers/card_print_queue.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controllers/card_print_queue.ts b/src/controllers/card_print_queue.ts index 09bda22..308cc9d 100644 --- a/src/controllers/card_print_queue.ts +++ b/src/controllers/card_print_queue.ts @@ -124,7 +124,8 @@ export class CardPrintQueueController { data.facility_code = param.facility_code || null; data.status = param.status || CardPrintQueueStatus.PENDING; // data.type = CardPrintQueueType.PROVISION; //test - data.type = CardPrintQueueType.PRINT_PROVISION; //test + // data.type = CardPrintQueueType.PRINT_PROVISION; //test + data.type = CardPrintQueueType.PRINT; //test const authHeader = req.headers.authorization; let rawToken = "";