LP1904036 Checkout receipts uses 'receipt' printer role
authorBill Erickson <berickxx@gmail.com>
Mon, 31 Jan 2022 16:58:17 +0000 (11:58 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2022 17:05:39 +0000 (13:05 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.ts

index 4a316a3..f8a1fe3 100644 (file)
@@ -387,7 +387,7 @@ export class CheckoutComponent implements OnInit, AfterViewInit {
         }
 
         this.printer.print({
-            printContext: 'default',
+            printContext: 'receipt',
             templateName: 'checkout',
             contextData: {checkouts: this.context.checkouts}
         });