From 22ed8c0c0eb3849dad6f9f5c63a6209c861d1c59 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 6 Oct 2014 16:01:49 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=88=EC=95=A1=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EC=BD=94=EB=93=9C=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 2 +- shop/orderformupdate.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 1c0e0db48..afa22469a 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -141,7 +141,7 @@ if($is_member) { $arr_it_cp_prc[$it_id] = $dc; } - $tot_od_price = $tot_ct_price - $tot_it_cp_price; + $tot_od_price -= $tot_it_cp_price; // 주문쿠폰 if($_POST['od_cp_id']) { diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index efd07808c..edffad31b 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -135,7 +135,7 @@ if($is_member) { $arr_it_cp_prc[$it_id] = $dc; } - $tot_od_price = $tot_ct_price - $tot_it_cp_price; + $tot_od_price -= $tot_it_cp_price; // 주문쿠폰 if($_POST['od_cp_id']) {