From: Alan Date: Fri, 15 Sep 2023 03:26:11 +0000 (+0800) Subject: change error to notice X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=09212c41fa55b524f624a51350d4fcaae5d2ee9e change error to notice --- diff --git a/DataObjects/Core_company.php b/DataObjects/Core_company.php index 4d14d299..4ae8fb3e 100644 --- a/DataObjects/Core_company.php +++ b/DataObjects/Core_company.php @@ -287,7 +287,7 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject $roo->jok('OK'); } - $roo->jerr('EXIST'); + $roo->jerror('NOTICE-EXIST-CHECK','EXIST'); } }