diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 2ba790cb0..e487a8052 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -494,7 +494,8 @@ $(function(){ function set_date(today) { if (today == "오늘") { document.getElementById("fr_date").value = ""; @@ -503,14 +504,14 @@ function set_date(today) document.getElementById("fr_date").value = ""; document.getElementById("to_date").value = ""; } else if (today == "이번주") { - document.getElementById("fr_date").value = ""; + document.getElementById("fr_date").value = ""; document.getElementById("to_date").value = ""; } else if (today == "이번달") { document.getElementById("fr_date").value = ""; document.getElementById("to_date").value = ""; } else if (today == "지난주") { - document.getElementById("fr_date").value = ""; - document.getElementById("to_date").value = ""; + document.getElementById("fr_date").value = ""; + document.getElementById("to_date").value = ""; } else if (today == "지난달") { document.getElementById("fr_date").value = ""; document.getElementById("to_date").value = ""; diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index a8dbeee47..0485820aa 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -94,7 +94,6 @@ CREATE TABLE IF NOT EXISTS `g5_shop_category` ( `ca_5_subj` varchar(255) NOT NULL DEFAULT '', `ca_6_subj` varchar(255) NOT NULL DEFAULT '', `ca_7_subj` varchar(255) NOT NULL DEFAULT '', - `ca_7_subj` varchar(255) NOT NULL DEFAULT '', `ca_8_subj` varchar(255) NOT NULL DEFAULT '', `ca_9_subj` varchar(255) NOT NULL DEFAULT '', `ca_10_subj` varchar(255) NOT NULL DEFAULT '', @@ -457,7 +456,6 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` ( `it_5_subj` varchar(255) NOT NULL DEFAULT '', `it_6_subj` varchar(255) NOT NULL DEFAULT '', `it_7_subj` varchar(255) NOT NULL DEFAULT '', - `it_7_subj` varchar(255) NOT NULL DEFAULT '', `it_8_subj` varchar(255) NOT NULL DEFAULT '', `it_9_subj` varchar(255) NOT NULL DEFAULT '', `it_10_subj` varchar(255) NOT NULL DEFAULT '',