아이코드 정보가 틀렸을 때 sms잔여금액 warning 오류 수정

This commit is contained in:
chicpro
2013-12-20 15:46:05 +09:00
parent bd33586e40
commit f62f0c8102

View File

@ -304,7 +304,7 @@ function get_max_value($arr)
<tr>
<td class="td_numbig"><a href="./itemstocklist.php"><?php echo number_format($item_noti); ?></a></td>
<td class="td_numbig"><a href="./optionstocklist.php"><?php echo number_format($option_noti); ?></a></td>
<td class="td_price"><?php echo display_price($userinfo['coin']); ?></td>
<td class="td_price"><?php echo display_price(intval($userinfo['coin'])); ?></td>
</tr>
</tbody>
</table>