Changeset 9728 for trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
- Timestamp:
- 05/29/08 11:18:05 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/xul/staff_client/server/main/ws_info.xul
r9483 r9728 78 78 [ xulG.auth.session.key, g.user.id(), 'REGISTER_WORKSTATION'] 79 79 ); 80 if (highest_org_id == -1 ) {80 if (highest_org_id == -1 || highest_org_id == '-1') { 81 81 alert(document.getElementById('commonStrings').getString('staff.main.gen_offline_widgets.workstation_registration_denied')); 82 82 xulG.auth.logoff();
