amount 필드명 price 로 변경

This commit is contained in:
chicpro
2013-09-11 15:52:33 +09:00
parent a61215ad14
commit 97cf079a0f
60 changed files with 837 additions and 805 deletions

View File

@ -24,7 +24,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
<a href="<?php echo $href; ?>" class="sct_a">
<span class="sct_img"><img src="<?php echo G4_SHOP_SKIN_URL; ?>/img/personal.jpg" alt=""></span>
<b><?php echo get_text($row['pp_name']).'님 개인결제'; ?></b>
<span class="sct_cost"><?php echo display_price($row['pp_amount']); ?></span>
<span class="sct_cost"><?php echo display_price($row['pp_price']); ?></span>
</a>
</li>
<?php