From 9a9967e78139f0df4e4dae5265b36531923f5d05 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 15 Jun 2016 15:17:10 +0900 Subject: [PATCH] =?UTF-8?q?od=5Ftno=20=EC=B4=88=EA=B8=B0=ED=99=94=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 1 + shop/orderformupdate.php | 1 + 2 files changed, 2 insertions(+) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 2979d3b46..74a54d905 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -280,6 +280,7 @@ $i_price = $i_price + $i_send_cost + $i_send_cost2 - $i_temp_point - $i_send_cou $order_price = $tot_od_price + $send_cost + $send_cost2 - $tot_sc_cp_price - $od_temp_point; $od_status = '주문'; +$od_tno = ''; if ($od_settle_case == "무통장") { $od_receipt_point = $i_temp_point; diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index f488e20ab..32ba19746 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -265,6 +265,7 @@ $i_price = $i_price + $i_send_cost + $i_send_cost2 - $i_temp_point - $i_send_cou $order_price = $tot_od_price + $send_cost + $send_cost2 - $tot_sc_cp_price - $od_temp_point; $od_status = '주문'; +$od_tno = ''; if ($od_settle_case == "무통장") { $od_receipt_point = $i_temp_point;