From: pines Date: Sat, 2 Sep 2006 00:27:45 +0000 (+0000) Subject: bool X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fdbb538b4ca7d881cde331a73608ca0ebe4ac619;p=Evergreen.git bool git-svn-id: svn://svn.open-ils.org/ILS/trunk@5853 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/main/gen_offline_widgets.xul b/Open-ILS/xul/staff_client/server/main/gen_offline_widgets.xul index 38078860a6..5192bcc0ec 100644 --- a/Open-ILS/xul/staff_client/server/main/gen_offline_widgets.xul +++ b/Open-ILS/xul/staff_client/server/main/gen_offline_widgets.xul @@ -101,7 +101,7 @@ return [ obj.name() ? sname + ' ' + obj.name() : obj.shortname(), obj.id(), - ( g.data.hash.aout[ obj.ou_type() ].can_have_users() == 0), + ( get_bool( g.data.hash.aout[ obj.ou_type() ].can_have_users() ) ), ( g.data.hash.aout[ obj.ou_type() ].depth() * 2), ]; }