diff --git a/GMW_Term/bin/GMW_Term.dll b/GMW_Term/bin/GMW_Term.dll
index cb06f137..db6398a4 100644
Binary files a/GMW_Term/bin/GMW_Term.dll and b/GMW_Term/bin/GMW_Term.dll differ
diff --git a/GMW_Term/bin/GMW_data.dll b/GMW_Term/bin/GMW_data.dll
index 929db72e..52297013 100644
Binary files a/GMW_Term/bin/GMW_data.dll and b/GMW_Term/bin/GMW_data.dll differ
diff --git a/GMW_Term/bin/SteamWare.dll b/GMW_Term/bin/SteamWare.dll
index 61f621a8..0f4b6bf4 100644
Binary files a/GMW_Term/bin/SteamWare.dll and b/GMW_Term/bin/SteamWare.dll differ
diff --git a/GMW_data/reportPrinter.cs b/GMW_data/reportPrinter.cs
index f37258ba..82687fbf 100644
--- a/GMW_data/reportPrinter.cs
+++ b/GMW_data/reportPrinter.cs
@@ -196,7 +196,7 @@ public class reportPrinter
report.DataSources.Add(new ReportDataSource(memLayer.ML.confReadString("ReportDatasource"), caricaDati(tipoReport, UDC)));
break;
case reportRichiesto.CartellinoFusi:
- report.ReportPath = @".\Reports\CartellinoFus.rdlc";
+ report.ReportPath = @".\Reports\CartellinoFusi.rdlc";
report.DataSources.Add(new ReportDataSource(memLayer.ML.confReadString("ReportDatasource"), caricaDati(tipoReport, UDC)));
break;
case reportRichiesto.CartellinoMP: