#274 모바일 상품명 적용, it_mobile_name 을 상품테이블에 추가하세요.

This commit is contained in:
gnuboard
2013-08-09 15:17:34 +09:00
parent 88ed9025d1
commit f40891d8d1
9 changed files with 38 additions and 221 deletions

View File

@ -20,6 +20,7 @@ if ($_POST['act_button'] == "선택수정") {
$sql = "update {$g4['shop_item_table']}
set ca_id = '{$_POST['ca_id'][$k]}',
it_name = '{$_POST['it_name'][$k]}',
it_mobile_name = '{$_POST['it_mobile_name'][$k]}',
it_cust_price = '{$_POST['it_cust_price'][$k]}',
it_price = '{$_POST['it_price'][$k]}',
it_point = '{$_POST['it_point'][$k]}',