Use the authoritative method to retrieve patron summary
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 11 Aug 2010 17:42:12 +0000 (17:42 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 11 Aug 2010 17:42:12 +0000 (17:42 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_0@953 6d9bc8c9-1ec2-4278-b937-99fde70a366f

xul/server/patron/summary.js

index 65f26d1..cb094d1 100644 (file)
@@ -2,6 +2,7 @@ dump('entering patron.summary.js\n');
 
 function $(id) { return document.getElementById(id); }
 var patronStrings = $('patronStrings');
+var offlineStrings = $('offlineStrings');
 
 if (typeof patron == 'undefined') patron = {};
 patron.summary = function (params) {
@@ -667,7 +668,7 @@ patron.summary.prototype = {
                                                        );
                                                } else if (obj.id && obj.id != 'null') {
                                                        robj = obj.network.simple_request(
-                                                               'FM_AU_FLESHED_RETRIEVE_VIA_ID',
+                                                               'FM_AU_FLESHED_RETRIEVE_VIA_ID.authoritative',
                                                                [ ses(), obj.id ]
                                                        );
                                                } else {