diff --git a/adm/shop_admin/sale1month.php b/adm/shop_admin/sale1month.php index ae225a311..9c4a02cb1 100644 --- a/adm/shop_admin/sale1month.php +++ b/adm/shop_admin/sale1month.php @@ -7,7 +7,7 @@ auth_check($auth[$sub_menu], "r"); $fr_month = preg_replace("/([0-9]{4})([0-9]{2})/", "\\1-\\2", $fr_month); $to_month = preg_replace("/([0-9]{4})([0-9]{2})/", "\\1-\\2", $to_month); -$g4['title'] = "$fr_month ~ $to_month 매출현황"; /*레이블 중복 인식과 페이지와의 연결 때문에 month로 바꿈 김혜련 2013-04-04*/ +$g4['title'] = "$fr_month ~ $to_month 월간 매출현황"; /*레이블 중복 인식과 페이지와의 연결 때문에 month로 바꿈 김혜련 2013-04-04*/ include_once (G4_ADMIN_PATH.'/admin.head.php'); function print_line($save) @@ -15,13 +15,10 @@ function print_line($save) global $admin_dir; static $count = 0; - if ($count++ > 0) - echo '
| 주문월 | @@ -109,7 +94,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++)||||||||
|---|---|---|---|---|---|---|---|---|
| 합 계 | =number_format($tot['ordercount'])?> | =number_format($tot['orderamount'])?> | @@ -150,7 +135,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++) } if ($i == 0) { - echo '||||||
| 자료가 한건도 없습니다. | ||||||||
| 자료가 없습니다. | ||||||||