From 00fa44362981e09f96dce23393e360c70d5ddbce Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 31 May 2013 17:38:21 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EC=9C=A0?= =?UTF-8?q?=ED=98=95=20=EB=B6=84=EB=A5=98=EC=A0=81=EC=9A=A9=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EC=A0=81=EC=9A=A9=20=EC=BD=94=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemformupdate.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adm/shop_admin/itemformupdate.php b/adm/shop_admin/itemformupdate.php index b65d34cea..576ed2019 100644 --- a/adm/shop_admin/itemformupdate.php +++ b/adm/shop_admin/itemformupdate.php @@ -525,6 +525,7 @@ if(is_checked('chk_ca_it_info')) $ca_fields .= " , it_info_gubun if(is_checked('chk_ca_it_price')) $ca_fields .= " , it_price = '$it_price' "; if(is_checked('chk_ca_it_cust_price')) $ca_fields .= " , it_cust_price = '$it_cust_price' "; if(is_checked('chk_ca_it_point')) $ca_fields .= " , it_point = '$it_point' "; +if(is_checked('chk_ca_it_point_type')) $ca_fields .= " , it_point_type = '$it_point_type' "; if(is_checked('chk_ca_it_stock_qty')) $ca_fields .= " , it_stock_qty = '$it_stock_qty' "; if(is_checked('chk_ca_it_gallery')) $ca_fields .= " , it_gallery = '$it_gallery' "; if(is_checked('chk_ca_it_head_html')) $ca_fields .= " , it_head_html = '$it_head_html' "; @@ -556,6 +557,7 @@ if(is_checked('chk_all_it_info')) $all_fields .= " , it_info_gubu if(is_checked('chk_all_it_price')) $all_fields .= " , it_price = '$it_price' "; if(is_checked('chk_all_it_cust_price')) $all_fields .= " , it_cust_price = '$it_cust_price' "; if(is_checked('chk_all_it_point')) $all_fields .= " , it_point = '$it_point' "; +if(is_checked('chk_all_it_point_type')) $all_fields .= " , it_point_type = '$it_point_type' "; if(is_checked('chk_all_it_stock_qty')) $all_fields .= " , it_stock_qty = '$it_stock_qty' "; if(is_checked('chk_all_it_gallery')) $all_fields .= " , it_gallery = '$it_gallery' "; if(is_checked('chk_all_it_head_html')) $all_fields .= " , it_head_html = '$it_head_html' ";