From 669492d7ae8280a1acdb16391e4635da172f915a Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 6 Nov 2013 17:57:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B4=ED=86=B5=EC=9E=A5=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EA=B2=B0=EC=A0=9C?= =?UTF-8?q?=EB=A1=9C=20=EB=AF=B8=EC=88=98=EA=B8=88=200=EC=9D=B4=EB=A9=B4?= =?UTF-8?q?=20=EC=9E=85=EA=B8=88=EC=9D=BC=EC=8B=9C=20=EA=B8=B0=EB=A1=9D?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 4 +++- shop/orderformupdate.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 == "계좌이체") {