DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:15:08 +0000 (10:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:15:08 +0000 (10:15 +0800)
DataObjects/Person.php

index 3bec80d..705109e 100644 (file)
@@ -973,6 +973,9 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
                 return false;
             }
             
+            // mtrack had the idea that all 'S' should be allowed.. - but filtered later..
+            // ???? do we want this?
+            
             // edit self... - what about other staff members...
             
             return $this->company_id == $au->company_id;