From 193dda8add0c57d82e03eed070f6dbca56de34bb Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Tue, 7 Jul 2026 15:15:32 -0400 Subject: [PATCH] =?UTF-8?q?v1.4.1=20-=20[CUSTOMER]=20access=20time=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=9E=85=EB=A0=A5=20/=20=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20=EC=B6=94=EA=B0=80.=20closing=20days=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=9E=85=EB=A0=A5=20/=20=EC=A1=B0=ED=9A=8C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20(=EC=88=98=EC=A0=95).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/doc/customer_process.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/doc/customer_process.php b/public_html/doc/customer_process.php index 2d98541..6d4284f 100644 --- a/public_html/doc/customer_process.php +++ b/public_html/doc/customer_process.php @@ -198,6 +198,7 @@ if ($actionStr == "CUSTOMERINFO") { $data['c_hstno'] = str_replace("\\","",trim($c_hstno)); $data['c_identcode'] = str_replace("\\","",trim($c_identcode)); $data['c_manualvolume'] = isset($_POST['isManual'])? 'Y': 'N'; + $data['c_time_restricted'] = isset($_POST['c_time_restricted'])? 'Y': 'N'; $data['c_createdby'] = $_SESSION['ss_UID'] ?? null; $data['c_updatedby'] = $_SESSION['ss_UID'] ?? null;