Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
이니시스 현금영수증 설정 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed Dec 9, 2015
1 parent 0a4eaf9 commit 08cea4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shop/inicis/taxsave_form.php
Expand Up @@ -137,9 +137,9 @@ function jsf__chk_tr_code( form )
<tr>
<th scope="row">발행 용도</th>
<td>
<input type="radio" name="tr_code" value="1" id="tr_code1" onClick="jsf__chk_tr_code( this.form )" checked>
<input type="radio" name="tr_code" value="0" id="tr_code1" onClick="jsf__chk_tr_code( this.form )" checked>
<label for="tr_code1">소득공제용</label>
<input type="radio" name="tr_code" value="2" id="tr_code2" onClick="jsf__chk_tr_code( this.form )">
<input type="radio" name="tr_code" value="1" id="tr_code2" onClick="jsf__chk_tr_code( this.form )">
<label for="tr_code2">지출증빙용</label>
</td>
</tr>
Expand Down

0 comments on commit 08cea4d

Please sign in to comment.