DataObjects/Office.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 08:41:43 +0000 (16:41 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 08:41:43 +0000 (16:41 +0800)
DataObjects/Office.php

index ed30c3f..4df13b4 100644 (file)
@@ -20,7 +20,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject
     public $fax;                             // string(32)  not_null
     public $email;                           // string(128)  not_null
     public $role;                            // string(32)  not_null
-
+    public $country;                         // string(4)
     
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE