관리자 재고관리 가재고에 장바구니 수량도 반영되도록 수정

This commit is contained in:
chicpro
2014-05-14 09:31:42 +09:00
parent 50e655be2c
commit 51675cc9f8
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
from {$g5['g5_shop_cart_table']}
where it_id = '{$row['it_id']}'
and ct_stock_use = '0'
and ct_status in ('주문', '입금', '준비') ";
and ct_status in ('쇼핑', '주문', '입금', '준비') ";
$row1 = sql_fetch($sql1);
$wait_qty = $row1['sum_qty'];
}

View File

@ -132,7 +132,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
where it_id = '{$row['it_id']}'
and io_id = '{$row['io_id']}'
and ct_stock_use = '0'
and ct_status in ('주문', '입금', '준비') ";
and ct_status in ('쇼핑', '주문', '입금', '준비') ";
$row1 = sql_fetch($sql1);
$wait_qty = $row1['sum_qty'];