|
|
@@ -4075,13 +4075,13 @@ class common {
|
|
|
total_volume, total_volume_unit,
|
|
|
est_delivery_date, est_delivery_time,instructions,
|
|
|
create_user, create_time,delivery_vehicle_type,delivery_fuel_type,
|
|
|
- consignee, consignee_name, consignee_exp)
|
|
|
+ consignee, consignee_name, consignee_exp,delivery_to_address_sync_key)
|
|
|
VALUES ('".$doHeaderId."','Ocean', '".$oceanInfo['agent']."','".$biztype."','Awaiting Confirmation','".$mode_type."',
|
|
|
'".$serial_no."','".$oceanInfo['m_bol']."','".$oceanInfo['h_bol']."','".$oceanInfo['job_no']."',now(),
|
|
|
'".$total_pcs."','".$total_pcs_unit."','".$total_weight."','".$total_weight_unit."','".$total_volume."','".$total_volume_unit."',
|
|
|
'".$delivery_booking['_delivery_date']."','".$delivery_booking['_delivery_time']."',
|
|
|
'".$delivery_booking['special_requirements']."',
|
|
|
- 'KLN_Online',now(),'Subcontractor','Diesel','".$consignee."','".$consignee_name."','".$consignee_exp."');";
|
|
|
+ 'KLN_Online',now(),'Subcontractor','Diesel','".$consignee."','".$consignee_name."','".$consignee_exp."','".$consignee_sync_key."');";
|
|
|
|
|
|
foreach($ctnrs as $ctnr){
|
|
|
$qty = empty($ctnr['qty']) ? "null" : "'".$ctnr['qty']."'";
|