관리자 경로 수정 작업 중
This commit is contained in:
@ -1,18 +1,18 @@
|
||||
<?
|
||||
$sub_menu = "400620";
|
||||
include_once("./_common.php");
|
||||
$sub_menu = '400620';
|
||||
include_once('./_common.php');
|
||||
|
||||
check_demo();
|
||||
|
||||
auth_check($auth[$sub_menu], "w");
|
||||
|
||||
// 재고 일괄수정
|
||||
for ($i=0; $i<count($_POST[it_id]); $i++)
|
||||
for ($i=0; $i<count($_POST['it_id']); $i++)
|
||||
{
|
||||
$sql = "update $g4[yc4_item_table]
|
||||
set it_stock_qty = '{$_POST[it_stock_qty][$i]}',
|
||||
it_use = '{$_POST[it_use][$i]}'
|
||||
where it_id = '{$_POST[it_id][$i]}' ";
|
||||
$sql = "update {$g4['yc4_item_table']}
|
||||
set it_stock_qty = '{$_POST['it_stock_qty'][$i]}',
|
||||
it_use = '{$_POST['it_use'][$i]}'
|
||||
where it_id = '{$_POST['it_id'][$i]}' ";
|
||||
sql_query($sql);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user