From ebd419ae905e33b6ca7a0e5a9f0bf3ef27b333c7 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 29 Jul 2020 14:58:37 +0200 Subject: [PATCH] FIx imgBasePath (vuoto) --- AppData/reportPrinter.cs | 2 +- NKC_WF/Controllers/PrintQueueController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: