From 8a9b6936a57ff2a7fcd22a917834f5621bcfff00 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 31 Jan 2022 11:58:17 -0500 Subject: [PATCH] LP1904036 Checkout receipts uses 'receipt' printer role Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/circ/patron/checkout.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts index 4a316a3fb5..f8a1fe38a5 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts @@ -387,7 +387,7 @@ export class CheckoutComponent implements OnInit, AfterViewInit { } this.printer.print({ - printContext: 'default', + printContext: 'receipt', templateName: 'checkout', contextData: {checkouts: this.context.checkouts} }); -- 2.43.2