[open-ils-commits] r18252 - branches/rel_2_0/Open-ILS/xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Oct 8 16:59:06 EDT 2010


Author: phasefx
Date: 2010-10-08 16:59:01 -0400 (Fri, 08 Oct 2010)
New Revision: 18252

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js
Log:
typo

Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js	2010-10-08 20:58:37 UTC (rev 18251)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js	2010-10-08 20:59:01 UTC (rev 18252)
@@ -2517,7 +2517,7 @@
                             if (behind_the_desk_support) {
                                var usr_settings = network.simple_request('FM_AUS_RETRIEVE',[ses(),check.payload.hold.usr()]); 
                                 if (typeof usr_settings['circ.holds_behind_desk'] != 'undefined') {
-                                    if (user_settings['circ.holds_behind_desk']) {
+                                    if (usr_settings['circ.holds_behind_desk']) {
                                         print_data.prefer_behind_holds_desk = true;
                                         check.route_to = document.getElementById('circStrings').getString('staff.circ.route_to.private_hold_shelf');
                                         print_data.route_to_msg = document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.msg', [check.route_to]);



More information about the open-ils-commits mailing list