상품관리 리스트에서 포인트 수정 기능 제거

This commit is contained in:
chicpro
2013-11-20 16:14:13 +09:00
parent 9dcc2132fe
commit a4fa0cba4b
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ if ($_POST['act_button'] == "선택수정") {
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]}',
it_stock_qty = '{$_POST['it_stock_qty'][$k]}',
it_use = '{$_POST['it_use'][$k]}',
it_order = '{$_POST['it_order'][$k]}',