From 6b9227e967f069fca48a118aa15c227b529f99ee Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 22 Oct 2014 10:17:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B2=B0?= =?UTF-8?q?=EC=A0=9C=20=EA=B0=80=EC=83=81=EA=B3=84=EC=A2=8C=20=EC=9E=85?= =?UTF-8?q?=EA=B8=88=EC=9E=90=EB=AA=85=20=EC=9E=85=EB=A0=A5=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index afa22469a..478b23241 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -321,7 +321,7 @@ else if ($od_settle_case == "가상계좌") $od_tno = $tno; $od_receipt_price = 0; $od_bank_account = $bankname.' '.$account; - $od_deposit_name = $od_name; + $od_deposit_name = $depositor; $pg_price = $amount; $od_misu = $i_price - $od_receipt_price; }