복합과세 설정 항목 위치 변경
This commit is contained in:
@ -509,13 +509,6 @@ $pg_anchor = '<ul class="anchor">
|
|||||||
<label for="de_escrow_use2"> 에스크로결제 사용</label>
|
<label for="de_escrow_use2"> 에스크로결제 사용</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<th scope="row"><label for="de_tax_flag_use">복합과세 결제</label></th>
|
|
||||||
<td>
|
|
||||||
<?php echo help("복합과세(과세, 비과세) 결제를 사용하려면 체크하십시오.\n복합과세 결제를 사용하기 전 KCP에 결제 신청을 해주셔야 합니다."); ?>
|
|
||||||
<input type="checkbox" name="de_tax_flag_use" value="1" id="de_tax_flag_use"<?php echo $default['de_tax_flag_use']?' checked':''; ?>> 사용
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">신용카드 결제테스트</th>
|
<th scope="row">신용카드 결제테스트</th>
|
||||||
<td>
|
<td>
|
||||||
@ -554,6 +547,13 @@ $pg_anchor = '<ul class="anchor">
|
|||||||
</script>
|
</script>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th scope="row"><label for="de_tax_flag_use">복합과세 결제</label></th>
|
||||||
|
<td>
|
||||||
|
<?php echo help("복합과세(과세, 비과세) 결제를 사용하려면 체크하십시오.\n복합과세 결제를 사용하기 전 KCP에 결제 신청을 해주셔야 합니다."); ?>
|
||||||
|
<input type="checkbox" name="de_tax_flag_use" value="1" id="de_tax_flag_use"<?php echo $default['de_tax_flag_use']?' checked':''; ?>> 사용
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">공통 URL</th>
|
<th scope="row">공통 URL</th>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user