주문상세보기에서 상태 추가

This commit is contained in:
chicpro
2013-05-29 10:24:19 +09:00
parent cde7b14bdb
commit db99e2db34

View File

@ -29,6 +29,8 @@ else
<?php
if ($s_page == 'cart.php') {
echo '<th scope="col"><input type="checkbox" name="ct_all" value="1"></th>';
} else if($s_page == 'orderinquiryview.php') {
echo '<th scope="col">상태</th>';
}
?>
</tr>