caipin 5 년 전
부모
커밋
11d828e575
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      protected/class/receipt.func.php

+ 1 - 1
protected/class/receipt.func.php

@@ -151,7 +151,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary,$year){
 		
 		$categoryHtml.=$html[$value['cid']]['total'];
 		$categoryHtml.=$categoryProportionHtml;
-		$categoryHtml.=$html[$value['cid']]['allMonth'];
+		//$categoryHtml.=$html[$value['cid']]['allMonth'];
 	}