재고체크시 입금 상태도 반영하도록 수정
This commit is contained in:
@ -143,7 +143,7 @@ else // 장바구니에 담기
|
|||||||
and io_id = '$io_id'
|
and io_id = '$io_id'
|
||||||
and io_type = '$io_type'
|
and io_type = '$io_type'
|
||||||
and ct_stock_use = 0
|
and ct_stock_use = 0
|
||||||
and ct_status in ('주문', '준비') ";
|
and ct_status in ('주문', '입금', '준비') ";
|
||||||
$row = sql_fetch($sql);
|
$row = sql_fetch($sql);
|
||||||
$sum_qty = $row['cnt'];
|
$sum_qty = $row['cnt'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user