DataObjects/Core_groups.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 04:35:01 +0000 (12:35 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 04:35:01 +0000 (12:35 +0800)
DataObjects/Core_groups.php

index cc6649e..19ed1c7 100644 (file)
@@ -24,7 +24,7 @@ class Pman_Core_DataObjects_Groups extends DB_DataObject
     public $name;                            // string(64)  not_null
     public $type;                            // int(11)  
     public $leader;                          // int(11)  not_null
-
+    public $is_system;                       // used by timesheets?
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE