PD HISTROY INSERT TRIGGER ENABLED

This commit is contained in:
Velz2020 2019-11-21 11:57:35 +05:30
parent fc3c4fc28c
commit 379145e1f4

View File

@ -543,7 +543,7 @@ class PD_Model extends SPARQ_Model {
if($log_key == 0 && $log['field_name'] == 'pd_status')
{
$log_string = 'PD Created with '.$log['old_value'].'" status "';
$log_string = 'PD Created with "'.$log['new_value'].'" status ';
$user = $log['createdby'];
$time = $log['createdon'];
$actual_logs[$log_key]['log'] = $log_string;