From 8a9b6936a57ff2a7fcd22a917834f5621bcfff00 Mon Sep 17 00:00:00 2001
From: Bill Erickson <berickxx@gmail.com>
Date: Mon, 31 Jan 2022 11:58:17 -0500
Subject: [PATCH] LP1904036 Checkout receipts uses 'receipt' printer role

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
---
 Open-ILS/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.11.0