#186 가격 필드명 price 로 변경

This commit is contained in:
chicpro
2013-05-15 18:50:24 +09:00
parent e887152412
commit 23259ab372
34 changed files with 148 additions and 205 deletions

View File

@ -12,10 +12,8 @@ for ($i=0; $i<count($_POST['it_id']); $i++)
$sql = "update {$g4['shop_item_table']}
set ca_id = '{$_POST['ca_id'][$i]}',
it_name = '{$_POST['it_name'][$i]}',
it_cust_amount = '{$_POST['it_cust_amount'][$i]}',
it_amount = '{$_POST['it_amount'][$i]}',
it_amount2 = '{$_POST['it_amount2'][$i]}',
it_amount3 = '{$_POST['it_amount3'][$i]}',
it_cust_price = '{$_POST['it_cust_price'][$i]}',
it_price = '{$_POST['it_price'][$i]}',
it_point = '{$_POST['it_point'][$i]}',
it_stock_qty = '{$_POST['it_stock_qty'][$i]}',
it_use = '{$_POST['it_use'][$i]}',