From: Jason Etheridge Date: Thu, 13 Oct 2011 18:43:14 +0000 (-0400) Subject: Fix print_init error in checkout interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a2aa3c98f8463f621335ee3d55d86bf97fa738d3;p=evergreen%2Ftadl.git Fix print_init error in checkout interface Signed-off-by: Jason Etheridge Signed-off-by: Thomas Berezansky --- 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");