From 3bfbd60b3357585a80ca57993e18a7eadb8c518e Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 21:14:31 +0900 Subject: [PATCH] =?UTF-8?q?use=5Fpay=5Fmethod=20=EA=B0=92=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8D=98=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/kcp/order_approval_form.php | 46 ++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/mobile/shop/kcp/order_approval_form.php b/mobile/shop/kcp/order_approval_form.php index cfdc929c4..b350caa4a 100644 --- a/mobile/shop/kcp/order_approval_form.php +++ b/mobile/shop/kcp/order_approval_form.php @@ -174,29 +174,29 @@ { var of = window.opener.document.forderform; - of.req_tx.value = ""; - of.res_cd.value = ""; - of.tran_cd.value = ""; - of.ordr_idxx.value = ""; - of.good_mny.value = ""; - of.good_name.value = ""; - of.buyr_name.value = ""; - of.buyr_tel1.value = ""; - of.buyr_tel2.value = ""; - of.buyr_mail.value = ""; - of.enc_info.value = ""; - of.enc_data.value = ""; - of.use_pay_method = ""; - of.rcvr_name.value = ""; - of.rcvr_tel1.value = ""; - of.rcvr_tel2.value = ""; - of.rcvr_mail.value = ""; - of.rcvr_zipx.value = ""; - of.rcvr_add1.value = ""; - of.rcvr_add2.value = ""; - of.param_opt_1.value = ""; - of.param_opt_2.value = ""; - of.param_opt_3.value = ""; + of.req_tx.value = ""; + of.res_cd.value = ""; + of.tran_cd.value = ""; + of.ordr_idxx.value = ""; + of.good_mny.value = ""; + of.good_name.value = ""; + of.buyr_name.value = ""; + of.buyr_tel1.value = ""; + of.buyr_tel2.value = ""; + of.buyr_mail.value = ""; + of.enc_info.value = ""; + of.enc_data.value = ""; + of.use_pay_method.value = ""; + of.rcvr_name.value = ""; + of.rcvr_tel1.value = ""; + of.rcvr_tel2.value = ""; + of.rcvr_mail.value = ""; + of.rcvr_zipx.value = ""; + of.rcvr_add1.value = ""; + of.rcvr_add2.value = ""; + of.param_opt_1.value = ""; + of.param_opt_2.value = ""; + of.param_opt_3.value = ""; var od = window.opener.document; od.getElementById("show_req_btn").style.display = "none";