diff --git a/wms/wipwhole-index-function.php b/wms/wipwhole-index-function.php index 6fe832da..3f8c6d67 100644 --- a/wms/wipwhole-index-function.php +++ b/wms/wipwhole-index-function.php @@ -1126,6 +1126,7 @@ function getAllCustomerPlanningVerify($link, $id) { $sql = " SELECT + custom AS custom_name, customer_planning_verify_file, create_at FROM wipwholestatus @@ -1134,6 +1135,7 @@ function getAllCustomerPlanningVerify($link, $id) AND customer_planning_verify_file IS NOT NULL UNION SELECT + custom_name, customer_planning_verify_file, create_at FROM wipwhole_change_planning_customer_details diff --git a/wms/wipwhole-rec-invoice-edit.php b/wms/wipwhole-rec-invoice-edit.php index 9809feae..c9f39638 100644 --- a/wms/wipwhole-rec-invoice-edit.php +++ b/wms/wipwhole-rec-invoice-edit.php @@ -364,21 +364,21 @@ include "wipwhole-rec-invoice-edit-submit.php";