diff --git a/AppData/reportPrinter.cs b/AppData/reportPrinter.cs index e393fef..d842498 100644 --- a/AppData/reportPrinter.cs +++ b/AppData/reportPrinter.cs @@ -145,7 +145,7 @@ namespace AppData DataTable tab = new DataTable(); // FIXME TODO... string qrCodeBaseUrl = ""; - string imagePath = "http://seriate.steamware.net:8083/NKC/PartsImg/"; + string imagePath = ""; switch (tipoReport) { case reportRichiesto.binPost: diff --git a/NKC_WF/Controllers/PrintQueueController.cs b/NKC_WF/Controllers/PrintQueueController.cs index f920b82..f779583 100644 --- a/NKC_WF/Controllers/PrintQueueController.cs +++ b/NKC_WF/Controllers/PrintQueueController.cs @@ -47,7 +47,7 @@ namespace NKC_WF.Controllers DataTable tab = new DataTable(); // FIXME TODO... string qrCodeBaseUrl = ""; - string imagePath = memLayer.ML.cdv("ReportImgBasePath"); //"http://seriate.steamware.net:8083/NKC/PartsImg/"; + string imagePath = ""; //"http://seriate.steamware.net:8083/NKC/PartsImg/"; switch (tipoReport) { case reportRichiesto.binPost: