DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Thu, 26 Feb 2015 07:57:40 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 26 Feb 2015 07:57:40 +0000 (15:57 +0800)
DataObjects/Person.php

index 60f484f..a287f8c 100644 (file)
@@ -263,6 +263,10 @@ class Pman_Xtuple_DataObjects_Person extends Pman_Core_DataObjects_Person {
         //return  DB_DataObject::factory('salesrep');
     }
     
+    function canInitializeSystem() // to enable empty database initialization
+    {
+        return !strcasecmp(get_class($this) , __CLASS__);
+    }
     
     function authUserArray()
     {