From 26ef3c8d65259f63880e8506550cd8aa75d11b58 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 8 Nov 2018 12:28:51 -0500 Subject: [PATCH] JBAS-2101 Print lost/paid from bill history uses default context Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/server/patron/bill_history.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/bill_history.js b/Open-ILS/xul/staff_client/server/patron/bill_history.js index e5c017302f..efddd53d6b 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_history.js +++ b/Open-ILS/xul/staff_client/server/patron/bill_history.js @@ -442,7 +442,8 @@ function print_lostpaid_from_history() { print.simple(html , { no_prompt: false, // always prompt for lost payment receipts - content_type: 'text/html' + content_type: 'text/html', + context: 'default' }); } } -- 2.11.0