[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. b49bc192219110faac8ba3df9c6406354be74a57
Evergreen Git
git at git.evergreen-ils.org
Fri Oct 14 13:27:43 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, rel_2_1 has been updated
via b49bc192219110faac8ba3df9c6406354be74a57 (commit)
from 14967e96189b15d70e641c245fb54a4c5ac18c92 (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 b49bc192219110faac8ba3df9c6406354be74a57
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 d17bccb..1776eff 100644
--- a/Open-ILS/xul/staff_client/server/patron/bill2.js
+++ b/Open-ILS/xul/staff_client/server/patron/bill2.js
@@ -149,7 +149,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