복합과세 변수명 오류 수정

This commit is contained in:
chicpro
2013-08-01 09:32:23 +09:00
parent 91bea28819
commit 53d357d98e

View File

@ -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;
}
?>
</tbody>