diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 41a0b381f..975a5af4f 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -222,7 +222,7 @@ ob_start(); // 복합과세처리 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; } ?>