caipin 5 years ago
parent
commit
445b232a7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protected/class/receipt.func.php

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

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