From efd27ac98e6ff86c2787ee797d24fef772a48971 Mon Sep 17 00:00:00 2001 From: avicenan Date: Fri, 19 Jun 2026 17:17:31 +0900 Subject: [PATCH] update --- src/controllers/card_print_queue.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/card_print_queue.ts b/src/controllers/card_print_queue.ts index 308cc9d..27b1d0c 100644 --- a/src/controllers/card_print_queue.ts +++ b/src/controllers/card_print_queue.ts @@ -123,9 +123,9 @@ export class CardPrintQueueController { data.patient_id = param.patient_id || null; data.facility_code = param.facility_code || null; data.status = param.status || CardPrintQueueStatus.PENDING; - // data.type = CardPrintQueueType.PROVISION; //test + data.type = CardPrintQueueType.PROVISION; //test // data.type = CardPrintQueueType.PRINT_PROVISION; //test - data.type = CardPrintQueueType.PRINT; //test + // data.type = CardPrintQueueType.PRINT; //test const authHeader = req.headers.authorization; let rawToken = "";