From 9dde53578a74f1c71501046f5f3ee77683ba9851 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 21 Jun 2013 10:00:20 +0900 Subject: [PATCH] =?UTF-8?q?#2411=20=EB=B0=B0=EC=86=A1=EC=9D=BC=EA=B4=84?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=EC=8B=9C=20=EC=97=90=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=9C=20=EB=B0=B0=EC=86=A1=EC=97=B0=EB=8F=99=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/deliverylist.php | 8 ++++++-- adm/shop_admin/deliverylistupdate.php | 28 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/adm/shop_admin/deliverylist.php b/adm/shop_admin/deliverylist.php index 79a3989bc..a750a5873 100644 --- a/adm/shop_admin/deliverylist.php +++ b/adm/shop_admin/deliverylist.php @@ -144,10 +144,10 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌 + + @@ -211,6 +213,8 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌 + +
diff --git a/adm/shop_admin/deliverylistupdate.php b/adm/shop_admin/deliverylistupdate.php index 9754532f9..f8c2b29c7 100644 --- a/adm/shop_admin/deliverylistupdate.php +++ b/adm/shop_admin/deliverylistupdate.php @@ -18,6 +18,21 @@ if ($default['de_sms_use'] == "icode") $SMS->SMS_con($default['de_icode_server_ip'], $default['de_icode_id'], $default['de_icode_pw'], $default['de_icode_server_port']); } +if($_POST['send_escrow']) { + $sql = " select dl_id, dl_company from {$g4['shop_delivery_table']} order by dl_id asc "; + $result = sql_query($sql); + $dl_comp = array(); + for($i=0; $row=sql_fetch_array($result); $i++) { + if($row['dl_id'] && $row['dl_company']) + $dl_comp[$row['dl_id']] = $row['dl_company']; + } + + $arr_tno = array(); + $arr_corp = array(); + $arr_numb = array(); + $arr_idx = 0; +} + for ($m=0; $mSend(); } +if($_POST['send_escrow']) { + $cust_ip = getenv('REMOTE_ADDR'); + include_once('./orderescrow.inc.php'); +} + goto_url("./deliverylist.php?sort1=$sort1&sort2=$sort2&sel_ca_id=$sel_ca_id&sel_field=$sel_field&search=$search&page=$page"); ?>