카카오페이 복합과세 적용

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

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