Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2c4e1f41 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

don't write cif for primary bus

parent 07d9f8ca
Branches
Tags
No related merge requests found
...@@ -60,7 +60,7 @@ namespace TUGraz.VectoCore.OutputData.XML { ...@@ -60,7 +60,7 @@ namespace TUGraz.VectoCore.OutputData.XML {
protected override void OutputReports() protected override void OutputReports()
{ {
base.OutputReports(); Writer.WriteReport(ReportType.DeclarationReportManufacturerXML, ManufacturerRpt.Report);
Writer.WriteReport(ReportType.DeclarationReportPrimaryVehicleXML, _primaryReport.Report); Writer.WriteReport(ReportType.DeclarationReportPrimaryVehicleXML, _primaryReport.Report);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment