fix codice dubbio su oggetto XPS.obj derivato da XPS_data
This commit is contained in:
@@ -273,7 +273,7 @@ namespace XPST.WebUserControls
|
||||
// se è forzato invio interno cambio subject e body...
|
||||
if (memLayer.ML.CRS("_forcedDestEmail") != "")
|
||||
{
|
||||
DS_applicazione.v_commesseRow rigaComm= XPS.obj.taComm.getByCod(comando.valore)[0];
|
||||
DS_applicazione.v_commesseRow rigaComm= XPS_data.XPS.obj.taComm.getByCod(comando.valore)[0];
|
||||
subject += string.Format(" | cliente: {0}", rigaComm.Cliente);
|
||||
bodyMsg += string.Format("<br/><br/><a href \"{0}\\detComm?CodDDT={1}\">Link diretto al DDT {2} - {3}</a>", memLayer.ML.CRS("mainSite"), rigaComm.Cod, rigaComm.DDT, rigaComm.descrizione);
|
||||
}
|
||||
@@ -282,7 +282,7 @@ namespace XPST.WebUserControls
|
||||
if (fatto)
|
||||
{
|
||||
// aggiorno stato obj
|
||||
XPS.obj.taObj.updateEmailSent(comando.valore);
|
||||
XPS_data.XPS.obj.taObj.updateEmailSent(comando.valore);
|
||||
}
|
||||
}
|
||||
updateBtn();
|
||||
|
||||
Reference in New Issue
Block a user