쇼핑몰관리자: #311 쇼핑몰관리 주문관리 목록 정렬

This commit is contained in:
whitedot
2013-10-22 17:14:10 +09:00
parent 8053f5b74c
commit 886b3a86d1
2 changed files with 5 additions and 3 deletions

View File

@ -332,7 +332,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
<?php echo conv_selected_option($delivery_options, $row['dl_id']?$row['dl_id']:$delivery_default); ?>
</select> -->
</td>
<td colspan="2">
<td colspan="2" class="list_delino">
<!-- 값이 바뀌었는지 비교하기 위하여 저장 -->
<input type="hidden" name="save_dl_id[<?php echo $i; ?>]" value="<?php echo $row['dl_id']; ?>">
<input type="hidden" name="save_od_invoice[<?php echo $i; ?>]" value="<?php echo $row['od_invoice']; ?>">