From 4b85df3ec381ee8302e24acd008ca2d7a032761d Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 5 Dec 2013 15:39:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=91=EC=85=80=20=EB=B0=B0=EC=86=A1=20?= =?UTF-8?q?=EC=9D=BC=EA=B4=84=EC=B2=98=EB=A6=AC=EC=8B=9C=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=EA=B0=80=20=EC=A4=80=EB=B9=84=EA=B0=80=20=EC=95=84?= =?UTF-8?q?=EB=8B=8C=20=EA=B2=83=EC=9D=80=20=EC=B2=98=EB=A6=AC=EC=95=88?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderdeliveryupdate.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adm/shop_admin/orderdeliveryupdate.php b/adm/shop_admin/orderdeliveryupdate.php index dfd480296..54b802170 100644 --- a/adm/shop_admin/orderdeliveryupdate.php +++ b/adm/shop_admin/orderdeliveryupdate.php @@ -105,6 +105,11 @@ if($_FILES['excelfile']['tmp_name']) { continue; } + if($od['od_status'] == '준비') { + $fail_od_id[] = $od_id; + continue; + } + $delivery['invoice'] = $od_invoice; $delivery['invoice_time'] = G5_TIME_YMDHIS; $delivery['delivery_company'] = $od_delivery_company;