결제할인금액을 주문할인금액으로 변경

This commit is contained in:
chicpro
2013-12-03 15:07:03 +09:00
parent ee8fd4ede4
commit 2e0c422496

View File

@ -413,7 +413,7 @@ $result = sql_query($sql);
</tr>
<?php } ?>
<tr>
<th scope="row">결제할인금액</th>
<th scope="row">주문금액할인</th>
<td><?php echo display_price($od['od_coupon']); ?></td>
</tr>
<tr>