caipin %!s(int64=5) %!d(string=hai) anos
pai
achega
af6caf4aee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      protected/class/receipt.func.php

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

@@ -83,7 +83,7 @@ function _getReceiptSummaryHtml($cglist,$aiAllList,$dataSummary){
 			$summaryYearHtml.='<td class="taR colRed">'.$yearPriceArray[$aalk].'</td>';
 			//栏目细则
 			foreach ($aalv as $k=>$v){
-				$summaryYearHtml.='<th>'.$yearPriceArray[$aalk][].'</th>';
+				$summaryYearHtml.='<th>'.$yearPriceArray[$aalk][$v['name']].'</th>';
 			}
 		}
 		$summaryYearHtml.='</tr>';