From 40ae01070aee6ab3308617b2fca9a143da60a4c7 Mon Sep 17 00:00:00 2001 From: benny Date: Tue, 4 Sep 2018 10:45:43 +0800 Subject: [PATCH] DataObjects/Core_company.php --- DataObjects/Core_company.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_company.php b/DataObjects/Core_company.php index c5bf66bd..af5d3ef6 100644 --- a/DataObjects/Core_company.php +++ b/DataObjects/Core_company.php @@ -288,7 +288,7 @@ class Pman_Core_DataObjects_Core_Company extends DB_DataObject $this->query("UPDATE {$x->tableName()} SET deleted_by = {$this->getAuthUser()} , deleted_dt = {$delete_dt} WHERE id = {$req['_delete']}"); //$this->addEvent("UPDATE", false, "update core_company record"); $this->jok("Updated"); - }echo "here"; exit; + } // should check for members.... if(!empty($this->is_system) && ($old->code != $this->code || $old->name != $this->name) -- 2.39.2