diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 47e067c3c..5a7169500 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -275,8 +275,10 @@ 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) + if($od_misu == 0) { $od_status = '입금'; + $od_receipt_time = G5_TIME_YMDHIS; + } } else if ($od_settle_case == "계좌이체") { diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index 8897b5758..9309c52a6 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -270,8 +270,10 @@ 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) + if($od_misu == 0) { $od_status = '입금'; + $od_receipt_time = G5_TIME_YMDHIS; + } } else if ($od_settle_case == "계좌이체") {