Fix print_init error in checkout interface
authorJason Etheridge <jason@esilibrary.com>
Thu, 13 Oct 2011 18:43:14 +0000 (14:43 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Tue, 18 Oct 2011 13:04:02 +0000 (09:04 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/xul/staff_client/server/patron/display.js

index 1648cc8..ec1a210 100644 (file)
@@ -831,7 +831,8 @@ patron.display.prototype = {
                                 }
                             )
                         }
-                    }
+                    },
+                    'url_prefix' : function(url) { return xulG.url_prefix(url); }
                 }
             );
             netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");