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