From 3d7f0e6888d31f5086b3c47a11ef34edcef1ed92 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 12 Jun 2013 10:15:13 +0900 Subject: [PATCH] =?UTF-8?q?#209=20=EC=A3=BC=EB=AC=B8=ED=8F=BC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=BF=A0=ED=8F=B0=20=EC=A0=81=EC=9A=A9=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EA=B4=80=EB=A0=A8=20=EC=BF=BC=EB=A6=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 1 + shop/orderform.php | 1 + 2 files changed, 2 insertions(+) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 7df602f2d..3daf4fcfd 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -133,6 +133,7 @@ ob_start(); and cp_used = '0' and cp_start <= '".G4_TIME_YMD."' and cp_end >= '".G4_TIME_YMD."' + and cp_minimum <= '$sell_amount' and ( ( cp_method = '0' and cp_target = '{$row['it_id']}' ) OR diff --git a/shop/orderform.php b/shop/orderform.php index a633b81ee..06f739b04 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -208,6 +208,7 @@ setTimeout("init_pay_button();",300); and cp_used = '0' and cp_start <= '".G4_TIME_YMD."' and cp_end >= '".G4_TIME_YMD."' + and cp_minimum <= '$sell_amount' and ( ( cp_method = '0' and cp_target = '{$row['it_id']}' ) OR