카카오페이 복합과세 적용

This commit is contained in:
chicpro
2015-09-21 17:28:35 +09:00
parent 3d78ef9d14
commit 72a4046127
9 changed files with 57 additions and 33 deletions

View File

@ -1295,6 +1295,10 @@ function forderform_check(f)
// 카카오페이 지불
if(settle_method == "KAKAOPAY") {
<?php if($default['de_tax_flag_use']) { ?>
f.SupplyAmt.value = parseInt(f.comm_tax_mny.value) + parseInt(f.comm_free_mny.value);
f.GoodsVat.value = parseInt(f.comm_vat_mny.value);
<?php } ?>
getTxnId(f);
return false;
}