From d7ee1597c06638c8b519fdfd89c78d0bdb93f556 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 28 Aug 2013 14:30:11 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=80=EC=83=81=EA=B3=84=EC=A2=8C=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EA=B8=B0=EB=A1=9D?= =?UTF-8?q?=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4=EB=A5=98=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, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index df3df050a..78be8448c 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -328,7 +328,7 @@ else if ($od_settle_case == "가상계좌") $od_temp_amount = $i_amount; $od_temp_point = $i_temp_point; - $od_receipt_point = 0; + $od_receipt_point = $i_temp_point; $od_tno = $tno; $od_receipt_amount = 0; diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index 6bb98e7eb..429cc0d0a 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -322,7 +322,7 @@ else if ($od_settle_case == "가상계좌") $od_temp_amount = $i_amount; $od_temp_point = $i_temp_point; - $od_receipt_point = 0; + $od_receipt_point = $i_temp_point; $od_tno = $tno; $od_receipt_amount = 0;