From 45b370316ac2cafe76882283f42b8f0dc62c30b1 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Fri, 15 May 2026 14:30:12 -0400 Subject: [PATCH] =?UTF-8?q?v1.2.29=20-=20[CUSTOMER]=20Request=20Order=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=ED=95=A0=20=EB=95=8C=20=EB=AF=B8=EB=9E=98=20?= =?UTF-8?q?=EC=98=A4=EB=8D=94=EC=9E=A5=EC=97=90=20=EC=9E=88=EC=9C=BC?= =?UTF-8?q?=EB=A9=B4=20=EC=95=8C=EB=A6=BC=20=EB=A9=94=EC=8B=9C=EC=A7=80?= =?UTF-8?q?=EC=97=90=20=EB=82=A0=EC=A7=9C=EB=8F=84=20=ED=91=9C=EC=8B=9C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/lib/user_process.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/lib/user_process.php b/public_html/lib/user_process.php index 0554759..4f12192 100644 --- a/public_html/lib/user_process.php +++ b/public_html/lib/user_process.php @@ -767,7 +767,8 @@ if ($actionStr == "ADDREQUEST" && $mode == "create") { $rt_d = $jdb->fQuery($qry_cntd, "record query error"); if ($rt_d['d_orderdate'] != "") { - throw new Exception("Order already exists"); + $orderDate = DateTime::createFromFormat('Ymd', $rt_d['d_orderdate'])->format('Y-m-d'); + throw new Exception("Order already exists ({$orderDate})"); } // =========================