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

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

@@ -1828,8 +1828,8 @@ function excelRCData($summaryData,$aiAllList,$cglist,$year){
 	
 	foreach ($aiAllList as $aiak=>$aiav){
 		$sectionStart=++$sectionCount[$aiak]['0'];
-		//echo $sectionStart;
-		echo $sectionCount[$aiak]['0']+1;
+		echo $sectionStart.'</br>';
+		echo $sectionCount[$aiak]['0'];
 		die;
 		$sectionStart=$sectionCount[$aiak]['0']+1;
 		$sectionCount[$aiak]['0']++;