diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index b67e6460e..47e067c3c 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -275,6 +275,8 @@ if ($od_settle_case == "무통장") $od_receipt_point = $i_temp_point; $od_receipt_price = 0; $od_misu = $i_price - $od_receipt_price; + if($od_misu == 0) + $od_status = '입금'; } else if ($od_settle_case == "계좌이체") { diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index b815cbff9..8897b5758 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -270,6 +270,8 @@ if ($od_settle_case == "무통장") $od_receipt_point = $i_temp_point; $od_receipt_price = 0; $od_misu = $i_price - $od_receipt_price; + if($od_misu == 0) + $od_status = '입금'; } else if ($od_settle_case == "계좌이체") {