#235 부가세 부분 변수명 코딩 오류 수정

This commit is contained in:
gnuboard
2013-07-31 13:55:14 +09:00
parent 8d0930a661
commit c7e0a5a0c2

View File

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