Index: /branches/version-2_4/data/class/pages/admin/total/LC_Page_Admin_Total.php
===================================================================
--- /branches/version-2_4/data/class/pages/admin/total/LC_Page_Admin_Total.php	(revision 17776)
+++ /branches/version-2_4/data/class/pages/admin/total/LC_Page_Admin_Total.php	(revision 17926)
@@ -639,5 +639,5 @@
 
         // 会員集計の取得
-        $col = "COUNT(*) AS order_count, SUM(total) AS total, trunc(AVG(total)) AS total_average, order_sex";
+        $col = "COUNT(*) AS order_count, SUM(total) AS total, trunc(AVG(total),0) AS total_average, order_sex";
         $from = "dtb_order";
         $objQuery = new SC_Query();
@@ -707,5 +707,5 @@
         list($where, $arrval) = $this->lfGetWhereMember('T2.create_date', $sdate, $edate, $type);
 
-        $sql = "SELECT job, count(*) AS order_count, SUM(total) AS total, trunc(AVG(total)) AS total_average ";
+        $sql = "SELECT job, count(*) AS order_count, SUM(total) AS total, trunc(AVG(total),0) AS total_average ";
         $sql.= "FROM dtb_customer AS T1 LEFT JOIN dtb_order AS T2 USING ( customer_id ) WHERE $where AND T2.del_flg = 0 and T2.status <> " . ORDER_CANCEL;
         $sql.= " GROUP BY job ORDER BY total DESC";
