typo
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Oct 2010 20:58:37 +0000 (20:58 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Oct 2010 20:58:37 +0000 (20:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18251 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/util.js

index 2f63c4f..0b5b56c 100644 (file)
@@ -2517,7 +2517,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che
                             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]);