diff --git a/MP-LAND/Controllers/HomeController.cs b/MP-LAND/Controllers/HomeController.cs
index a1f1e079..2822b853 100644
--- a/MP-LAND/Controllers/HomeController.cs
+++ b/MP-LAND/Controllers/HomeController.cs
@@ -212,6 +212,12 @@ namespace MP.Controllers
string path = Path.Combine(Server.MapPath("~/FileUpload"), Path.GetFileName(file.FileName).ToLower());
file.SaveAs(path);
ViewBag.Message = "File Caricato!";
+ // ora processo import del sorgente selezionato...
+
+
+
+
+
}
catch (Exception ex)
{
diff --git a/MP-TAB/WebUserControls/cmp_newODL.ascx.cs b/MP-TAB/WebUserControls/cmp_newODL.ascx.cs
index 3d5035b2..865fe02d 100644
--- a/MP-TAB/WebUserControls/cmp_newODL.ascx.cs
+++ b/MP-TAB/WebUserControls/cmp_newODL.ascx.cs
@@ -63,7 +63,7 @@ namespace MoonProTablet.WebUserControls
string articolo = string.Format("{0} ({1} | {2})", rArticolo.DescArticolo, rArticolo.CodArticolo, rArticolo.Disegno);
// invio email notifica creazione ODL PROVVISORIO (da riconciliare...)
string subject = "Effettuato attrezzaggio con ODL provvisorio";
- string oggetto = string.Format("E' stato effettuato unattrezzaggio con ODL provvisorio.
Macchina: {0}
Articolo: {1}
Lanciati {2} pezzi con T.Ciclo {3:N3} (min.cent) / {4}:{5} (min:sec).
Note operatore: {6}", macchina, articolo, numPz, tCiclo, numMin, numSec, note);
+ string oggetto = string.Format("E' stato effettuato un attrezzaggio con ODL provvisorio.
Macchina: {0}
Articolo: {1}
Lanciati {2} pezzi con T.Ciclo {3:N3} (min.cent) / {4}:{5} (min:sec).
Note operatore: {6}", macchina, articolo, numPz, tCiclo, numMin, numSec, note);
gestEmail.geAuth.mandaEmail(memLayer.ML.CRS("_fromEmail"), memLayer.ML.CRS("_adminEmail"), subject, oggetto);
// sollevo evento!
if (eh_newVal != null)