From de129d6007252ef5379f68e4c89e8be4208389d1 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 6 Nov 2013 17:34:04 +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=EB=95=8C=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EC=A0=84?= =?UTF-8?q?=EC=95=A1=20=EA=B2=B0=EC=A0=9C=EC=8B=9C=20=EC=9E=85=EA=B8=88=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=EB=A1=9C=20=EB=90=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=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 | 2 ++ shop/orderformupdate.php | 2 ++ 2 files changed, 4 insertions(+) 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 == "계좌이체") {