From: Jason Etheridge Date: Fri, 14 Oct 2011 16:14:14 +0000 (-0400) Subject: LP873614 print_init error printing bill history X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a97ede007d7928117b734a43acd3d12343795e22;p=evergreen%2Fpines.git LP873614 print_init error printing bill history xulG.url_prefix needs to be present for anything using util/print.js and the Mozilla print strategy. Alternately, we could duplicate the logic behind url_prefix and bundle it into print.js :-/ Signed-off-by: Jason Etheridge Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott --- diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.js b/Open-ILS/xul/staff_client/server/patron/bill2.js index 6b8d45c8aa..6ee86cf785 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill2.js +++ b/Open-ILS/xul/staff_client/server/patron/bill2.js @@ -161,7 +161,8 @@ function event_listeners() { { 'patron_id' : g.patron_id, 'refresh' : function() { refresh(); }, - 'new_tab' : xulG.new_tab + 'new_tab' : xulG.new_tab, + 'url_prefix' : xulG.url_prefix } ); },