From 05897777c6c715e9f665dfae14cd015be327fe9b Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Nov 2013 11:06:41 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EB=82=B4=EC=97=AD=20=EC=A3=BC=EB=AC=B8=EC=9D=BC?= =?UTF-8?q?=EC=9E=90=20=EC=84=A0=ED=83=9D=20=EB=B6=80=EB=B6=84=20=EC=9E=AC?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index c00def9c9..17742f1d7 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -481,7 +481,7 @@ function set_date(today) document.getElementById("to_date").value = ""; } else if (today == "지난주") { document.getElementById("fr_date").value = ""; - document.getElementById("to_date").value = ""; + document.getElementById("to_date").value = ""; } else if (today == "지난달") { document.getElementById("fr_date").value = ""; document.getElementById("to_date").value = "";