From fdbb538b4ca7d881cde331a73608ca0ebe4ac619 Mon Sep 17 00:00:00 2001 From: pines Date: Sat, 2 Sep 2006 00:27:45 +0000 Subject: [PATCH] bool git-svn-id: svn://svn.open-ils.org/ILS/trunk@5853 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/gen_offline_widgets.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ]; } -- 2.11.0