Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-12-02 17:13:02 +09:00
5 changed files with 57 additions and 11 deletions

View File

@ -470,7 +470,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
?>
<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>