FIx imgBasePath (vuoto)

This commit is contained in:
Samuele E. Locatelli
2020-07-29 14:58:37 +02:00
parent 60eb8f978a
commit ebd419ae90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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: