diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index 2e96ad4a..ae4db77d 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll
index c3f2cf96..0f4b5726 100644
Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ
diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll
index 01a54a28..3d4061f5 100644
Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ
diff --git a/GMW_data/MagClass.cs b/GMW_data/MagClass.cs
index 8f46f565..53cedf3f 100644
--- a/GMW_data/MagClass.cs
+++ b/GMW_data/MagClass.cs
@@ -849,11 +849,15 @@ namespace GMW_data
{
bool answ = false;
// controllo se esista UDC
- if (checkUDC(AL))
+ if (checkAL(AL))
{
answ = reportPrinter.obj.stampaCartellino(tipoCart, AL, printer);
logger.lg.scriviLog(string.Format(" | {0} | stampato AL {1} | stampante {2} | tipo {3}", clientIp, AL, printer, tipoCart), tipoLog.INFO);
}
+ else
+ {
+ logger.lg.scriviLog(string.Format("ERRORE: non è stato possibile stampare AL richeisto poiché non trovato: | IP: {0} | AL {1} | stampante {2} | tipo {3}", clientIp, AL, printer, tipoCart), tipoLog.INFO);
+ }
return answ;
}
///
diff --git a/GMW_data/bin/SP_test/GMW_data.dll b/GMW_data/bin/SP_test/GMW_data.dll
index 0dde2c6d..9988f62d 100644
Binary files a/GMW_data/bin/SP_test/GMW_data.dll and b/GMW_data/bin/SP_test/GMW_data.dll differ
diff --git a/GMW_data/bin/SP_test/GMW_data.dll.config b/GMW_data/bin/SP_test/GMW_data.dll.config
index 66515964..136a4cb4 100644
--- a/GMW_data/bin/SP_test/GMW_data.dll.config
+++ b/GMW_data/bin/SP_test/GMW_data.dll.config
@@ -4,7 +4,7 @@