모바일 현금영수증 관련 파라미터 추가

This commit is contained in:
chicpro
2014-06-02 14:32:57 +09:00
parent 57edd26a6f
commit 4a001b934c
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<input type="hidden" name="param_opt_1" value="">
<input type="hidden" name="param_opt_2" value="">
<input type="hidden" name="param_opt_3" value="">
<input type="hidden" name="disp_tax_yn" value="N">
<?php if($default['de_tax_flag_use']) { ?>
<input type="hidden" name="tax_flag" value="TG03"> <!-- 변경불가 -->
<input type="hidden" name="comm_tax_mny" value="<?php echo $comm_tax_mny; ?>"> <!-- 과세금액 -->