From ba64987e47da37d82a1546419c975b0219a515cc Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 3 Jun 2014 16:00:45 +0900 Subject: [PATCH] =?UTF-8?q?it=5Fcust=5Fprice=20=EB=85=B8=EC=B6=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20true=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/index.php b/shop/index.php index 0112e20d2..d23ae9090 100644 --- a/shop/index.php +++ b/shop/index.php @@ -52,7 +52,7 @@ include_once(G5_SHOP_PATH.'/shop.head.php'); $list->set_view('it_id', false); $list->set_view('it_name', true); $list->set_view('it_basic', true); - $list->set_view('it_cust_price', false); + $list->set_view('it_cust_price', true); $list->set_view('it_price', true); $list->set_view('it_icon', true); $list->set_view('sns', true);