Order reference
This commit is contained in:
@@ -120,6 +120,11 @@ if ($command == 'update'){
|
||||
{
|
||||
changelog($dbname,'equipment',$equipment_data['rowID'],'status',$post_content['status'],$username);
|
||||
}
|
||||
//UPDATE CHANGELOG BASED ON ORDER_REF change
|
||||
if ($post_content['order_ref'] != $equipment_data['order_ref'])
|
||||
{
|
||||
changelog($dbname,'equipment',$equipment_data['rowID'],'order_ref',$post_content['order_ref'],$username);
|
||||
}
|
||||
|
||||
$post_content['accounthierarchy'] = $accounthierarchy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user