From: Bill Erickson Date: Thu, 8 Nov 2018 17:28:51 +0000 (-0500) Subject: JBAS-2101 Print lost/paid from bill history uses default context X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=26ef3c8d65259f63880e8506550cd8aa75d11b58;p=working%2FEvergreen.git JBAS-2101 Print lost/paid from bill history uses default context Signed-off-by: Bill Erickson --- 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' }); } }