was disabling the wrong libraries :)
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 3 Sep 2006 06:42:25 +0000 (06:42 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 3 Sep 2006 06:42:25 +0000 (06:42 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5883 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/main/gen_offline_widgets.xul

index 5192bcc..930075e 100644 (file)
                                                return [ 
                                                        obj.name() ? sname + ' ' + obj.name() : obj.shortname(),
                                                        obj.id(), 
-                                                       ( get_bool( g.data.hash.aout[ obj.ou_type() ].can_have_users() ) ),
+                                                       ( get_bool( g.data.hash.aout[ obj.ou_type() ].can_have_users() ) ),
                                                        ( g.data.hash.aout[ obj.ou_type() ].depth() * 2),
                                                ]; 
                                        }