From 0befd82e50c6f6de9debd80d4cfce55c37994844 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 15 Jul 2013 12:11:46 +0900 Subject: [PATCH] =?UTF-8?q?#252=20=EC=A3=BC=EB=AC=B8=EC=83=81=ED=83=9C?= =?UTF-8?q?=EA=B0=80=20=EC=B7=A8=EC=86=8C=20=EB=B0=98=ED=92=88=20=ED=92=88?= =?UTF-8?q?=EC=A0=88=20=EC=9D=BC=EB=95=8C=EB=8A=94=20checkbox=20disabled?= =?UTF-8?q?=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderinquiryview.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index 49a68ae7d..5114ad67c 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -117,12 +117,16 @@ if(openwin != null) { $sell_amount = $opt_price * $opt['ct_qty']; $point = $opt['ct_point'] * $opt['ct_qty']; + + $disabled = ''; + if($opt['ct_status'] == '취소' || $opt['ct_status'] == '반품' || $opt['ct_status'] == '품절') + $disabled = ' disabled="disabled"'; ?> - + >