관리자 상품리스트에 3차분류까지 보이도록 수정

This commit is contained in:
chicpro
2014-03-25 14:50:11 +09:00
parent 6f331a8c4e
commit 9ca7fdfd9c
2 changed files with 11 additions and 2 deletions

View File

@ -19,6 +19,8 @@ if ($_POST['act_button'] == "선택수정") {
$sql = "update {$g5['g5_shop_item_table']}
set ca_id = '{$_POST['ca_id'][$k]}',
ca_id2 = '{$_POST['ca_id2'][$k]}',
ca_id3 = '{$_POST['ca_id3'][$k]}',
it_name = '{$_POST['it_name'][$k]}',
it_mobile_name = '{$_POST['it_mobile_name'][$k]}',
it_cust_price = '{$_POST['it_cust_price'][$k]}',