FIx imgBasePath (vuoto)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user