PD HISTROY INSERT TRIGGER ENABLED
This commit is contained in:
parent
fc3c4fc28c
commit
379145e1f4
@ -543,7 +543,7 @@ class PD_Model extends SPARQ_Model {
|
|||||||
|
|
||||||
if($log_key == 0 && $log['field_name'] == 'pd_status')
|
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'];
|
$user = $log['createdby'];
|
||||||
$time = $log['createdon'];
|
$time = $log['createdon'];
|
||||||
$actual_logs[$log_key]['log'] = $log_string;
|
$actual_logs[$log_key]['log'] = $log_string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user