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";