From c7e0a5a0c29a11c2ed77d25f4e7c4d492661ffc8 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 31 Jul 2013 13:55:14 +0900 Subject: [PATCH] =?UTF-8?q?#235=20=EB=B6=80=EA=B0=80=EC=84=B8=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EB=B3=80=EC=88=98=EB=AA=85=20=EC=BD=94=EB=94=A9=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/orderform.php b/shop/orderform.php index 0d79f42d8..b94738e18 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -307,7 +307,7 @@ function get_intall_file() // 복합과세처리 if($default['de_tax_flag_use']) { $comm_tax_mny = round(($tot_tax_mny + $send_cost) / 1.1); - $comm_vat_mnt = ($tot_tax_mny + $send_cost) - $comm_tax_mny; + $comm_vat_mny = ($tot_tax_mny + $send_cost) - $comm_tax_mny; } ?>