[longomatch] Use team's name instead of the template name



commit 824370e872bc8c3a42007f9ed2246bfef45f5686
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Dec 18 20:20:11 2011 +0100

    Use team's name instead of the template name

 LongoMatch.Addins.COE/ExcelExporter.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Addins.COE/ExcelExporter.cs b/LongoMatch.Addins.COE/ExcelExporter.cs
index b424557..bc29d67 100644
--- a/LongoMatch.Addins.COE/ExcelExporter.cs
+++ b/LongoMatch.Addins.COE/ExcelExporter.cs
@@ -200,9 +200,9 @@ public class EPPLUSExporter {
 				subCatsDict.Add(subcat, row);
 				if (subcat is TeamSubCategory) {
 					row++;
-					SetSubcatentriesHeaders(ws, row, project.LocalTeamTemplate.Name);
+					SetSubcatentriesHeaders(ws, row, project.LocalTeamTemplate.TeamName);
 					row++;
-					SetSubcatentriesHeaders(ws, row, project.VisitorTeamTemplate.Name);
+					SetSubcatentriesHeaders(ws, row, project.VisitorTeamTemplate.TeamName);
 					
 				}
 				else if (subcat is TagSubCategory) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]