From: Jason Etheridge Date: Thu, 22 Mar 2012 03:05:52 +0000 (-0400) Subject: more workstation related options for ses() X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b06ba3b8a2ab96ba22d7896f50691156e50a9e15;p=evergreen%2Fjoelewis.git more workstation related options for ses() Signed-off-by: Jason Etheridge Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js index 58d6484a85..6a85fdd2d1 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js @@ -142,6 +142,12 @@ case 'staff' : return data.list.au[0]; break; case 'staff_id' : return data.list.au[0].id(); break; case 'staff_usrname' : return data.list.au[0].usrname(); break; + case 'ws_name': + return data.ws_name; + break; + case 'ws_id' : + return data.list.au[0].wsid(); + break; case 'ws_ou' : return data.list.au[0].ws_ou(); break;