From 9982765e48c874c2897a5b6962f982dda2c84138 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 16 Jul 2013 13:04:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=94=EC=B2=AD=EC=83=81=ED=92=88=EC=97=90?= =?UTF-8?q?=20=EB=B9=84=EA=B3=BC=EC=84=B8=EC=83=81=ED=92=88=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=20=EB=B6=80=EB=B6=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderrequest.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adm/shop_admin/orderrequest.inc.php b/adm/shop_admin/orderrequest.inc.php index b2401b1df..7c22b3fbc 100644 --- a/adm/shop_admin/orderrequest.inc.php +++ b/adm/shop_admin/orderrequest.inc.php @@ -6,7 +6,7 @@ if(empty($rq)) { $rq = sql_fetch($sql); } -$sql = " select ct_id, it_id, it_name, ct_option, ct_price, ct_qty, io_type, io_price, ct_status +$sql = " select ct_id, it_id, it_name, ct_option, ct_price, ct_qty, io_type, io_price, ct_status, ct_notax from {$g4['shop_cart_table']} where uq_id = '{$od['uq_id']}' order by ct_id "; @@ -46,7 +46,10 @@ $result = sql_query($sql); } ?> - + + + +