JBAS-2101 Print lost/paid from bill history uses default context
authorBill Erickson <berickxx@gmail.com>
Thu, 8 Nov 2018 17:28:51 +0000 (12:28 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/xul/staff_client/server/patron/bill_history.js

index e5c0173..efddd53 100644 (file)
@@ -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'
         });
     }
 }