caipin 5 年 前
コミット
93f64ede56
1 ファイル変更1 行追加1 行削除
  1. 1 1
      protected/class/receipt.func.php

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

@@ -1731,7 +1731,7 @@ function excelRCData($summaryData,$aiAllList,$year){
 		$cellCount+=count($value)+1;
 		
 		$sectionCount[$key]=array($last,count($value)+1+$last-1);
-		$last=count($value)+2+$last;
+		$last=count($value)+1+$last;
 	}
 	$cellCount=$cellCount+7+count($aiAllList);
 	//print_r($sectionCount);