diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index bc1d5b868..8d3243ffe 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -11,9 +11,9 @@ $where = " where "; $sql_search = ""; if ($search != "") { - if ($sel_field != "") + if ($sel_field != "") { - $sql_search .= " $where $sel_field like '%$search%' "; + $sql_search .= " $where $sel_field like '%$search%' "; $where = " and "; } @@ -129,6 +129,19 @@ $qstr = "$qstr1&sort1=$sort1&sort2=$sort2&page=$page";
| ">주문번호 | ">주문자 | @@ -143,9 +144,20 @@ $qstr = "$qstr1&sort1=$sort1&sort2=$sort2&page=$page";">상태 | 수정 | |||||||
| 합 계 | +=number_format($tot_amount)?> | +=number_format($tot_qty)?> | +=number_format($tot_sub_amount)?> | +=number_format($tot_sub_point)?> | ++ | |||||
| 자료가 한건도 없습니다. | ||||||||||
| 합 계 | -=number_format($tot_amount)?> | -=number_format($tot_qty)?> | -=number_format($tot_sub_amount)?> | -=number_format($tot_sub_point)?> | -- | |||||