지급율 -> 지급률

This commit is contained in:
2018-12-01 23:37:40 +09:00
parent 22bcef1310
commit ca6e97be65
7 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ function myNationInfo() {
<td class='center'>";echo $me['nation']==0?"해당 없음":"{$nation['rice']}";echo "</td>
</tr>
<tr>
<td class='bg1 center'><b>지급</b></td>
<td class='bg1 center'><b>지급</b></td>
<td class='center'>";
if($me['nation'] == 0) {
echo "해당 없음";