From 5c03ad18ea8f852740dfd82f6bad48c1dae97c34 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 13 Oct 2011 14:43:14 -0400 Subject: [PATCH] Fix print_init error in checkout interface Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/server/patron/display.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index 1648cc8657..ec1a2106fa 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -831,7 +831,8 @@ patron.display.prototype = { } ) } - } + }, + 'url_prefix' : function(url) { return xulG.url_prefix(url); } } ); netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); -- 2.11.0