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

This commit is contained in:
chicpro
2013-11-07 10:13:15 +09:00
4 changed files with 13 additions and 9 deletions

View File

@ -342,7 +342,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
<input type="hidden" name="current_settle_case[<?php echo $i ?>]" value="<?php echo $row['od_settle_case'] ?>">
<?php echo $s_receipt_way; ?>
</td>
<td headers="th_delino">
<td headers="th_delino" class="td_delino">
<?php if ($od_status == '준비') { ?>
<input type="text" name="od_invoice[<?php echo $i; ?>]" value="<?php echo $row['od_invoice']; ?>" class="frm_input" size="10">
<?php } else if ($od_status == '배송' || $od_status == '완료') { ?>