DataObjects/Companies.php
authorChris <chris@roojs.com>
Fri, 10 Jan 2014 09:01:15 +0000 (17:01 +0800)
committerChris <chris@roojs.com>
Fri, 10 Jan 2014 09:01:15 +0000 (17:01 +0800)
DataObjects/Companies.php

index fa4f6cd..fea664f 100644 (file)
@@ -236,7 +236,7 @@ class Pman_Core_DataObjects_Companies extends DB_DataObject
         if(!empty($this->is_system) && 
             ($old->code != $this->code || $old->name != $this->name)
         ){
-            $roo->jerr('This company is not allow to editing...');
+            $roo->jerr('This company is not allow to editing Ref. or Company Name...');
         }
     }