쇼핑몰관리자: #231 배송비 지불방법 표시 관련 마크업 및 스타일 처리

This commit is contained in:
whitedot
2013-06-14 11:36:30 +09:00
parent 435cc2178b
commit a8821ebe72
4 changed files with 5 additions and 4 deletions

View File

@ -249,7 +249,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<td class="td_num"><?php echo $row3['ct_qty']; ?></td>
<td class="td_num"><?php echo number_format($sub_point); ?></td>
<td class="td_bignum"><?php echo number_format($sub_amount); ?></td>
<td><?php echo $ct_send_cost; ?></td>
<td class="td_sendcost_by"><?php echo $ct_send_cost; ?></td>
<td class="td_smallmng"><?php echo $row3['ct_status']; ?></td>
</tr>