주문상세 배송조회 링크 추가

This commit is contained in:
chicpro
2013-12-02 16:31:16 +09:00
parent 5d24919507
commit a9661dfc08
4 changed files with 35 additions and 6 deletions

View File

@ -481,7 +481,7 @@ if(openwin != null) {
?>
<tr>
<th scope="row">배송회사</th>
<td><?php echo $od['od_delivery_company']; ?></td>
<td><?php echo $od['od_delivery_company']; ?> <?php echo get_delivery_inquiry($od['od_delivery_company'], $od['od_invoice']); ?></td>
</tr>
<tr>
<th scope="row">운송장번호</th>