From 719a39a2e3ceba73438fc546c66ba712f77a0dbf Mon Sep 17 00:00:00 2001 From: "gary_chen\\gary_chen" Date: Tue, 21 Nov 2023 13:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A8=88=E5=8A=83=E5=9C=96?= =?UTF-8?q?=E6=AA=94=E6=A1=88=E4=B8=8A=E5=82=B3=E5=95=8F=E9=A1=8C=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/wipwhole-change-planning-customer-name-submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms/wipwhole-change-planning-customer-name-submit.php b/wms/wipwhole-change-planning-customer-name-submit.php index 8dbffb67..91c312a9 100644 --- a/wms/wipwhole-change-planning-customer-name-submit.php +++ b/wms/wipwhole-change-planning-customer-name-submit.php @@ -2,7 +2,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { $checkStatus = checkStatus($link, $id, $user_id); - if (!empty($_POST['custom_name'])) { + if (!empty($_POST['custom_name'] && $_POST['assign_status'] !== 'Z')) { if ($checkStatus) { $customer_planning_verify_file = fileIUpload("customer_planning_verify_file");