From e51a9ad0e8eaf6384974c9baab7b9b23ab91b9ed Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 8 Oct 2013 16:26:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=AC=EA=B3=A0=EC=B2=B4=ED=81=AC=EC=8B=9C?= =?UTF-8?q?=20=EC=9E=85=EA=B8=88=20=EC=83=81=ED=83=9C=EB=8F=84=20=EB=B0=98?= =?UTF-8?q?=EC=98=81=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cartupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/cartupdate.php b/shop/cartupdate.php index 707414b52..d4661fc94 100644 --- a/shop/cartupdate.php +++ b/shop/cartupdate.php @@ -143,7 +143,7 @@ else // 장바구니에 담기 and io_id = '$io_id' and io_type = '$io_type' and ct_stock_use = 0 - and ct_status in ('주문', '준비') "; + and ct_status in ('주문', '입금', '준비') "; $row = sql_fetch($sql); $sum_qty = $row['cnt'];