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