[open-ils-commits] [GIT] Evergreen ILS branch master updated. a97ede007d7928117b734a43acd3d12343795e22

Evergreen Git git at git.evergreen-ils.org
Fri Oct 14 13:25:26 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  a97ede007d7928117b734a43acd3d12343795e22 (commit)
      from  5a651ffedcf45dd3fbb0d9263ab82f7d1676dd8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a97ede007d7928117b734a43acd3d12343795e22
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Fri Oct 14 12:14:14 2011 -0400

    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 <jason at esilibrary.com>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/xul/staff_client/server/patron/bill2.js b/Open-ILS/xul/staff_client/server/patron/bill2.js
index 6b8d45c..6ee86cf 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
                     }
                 );
             },

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/patron/bill2.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list