ShuanghongS 2 miesięcy temu
rodzic
commit
d4279d2da9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      utils/common.class.php

+ 2 - 2
utils/common.class.php

@@ -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']."'";