This commit is contained in:
Samuele Locatelli
2013-09-12 16:52:48 +02:00
parent ceb3858479
commit c1c10f997f
@@ -113,7 +113,6 @@ namespace PROJ_ETS.WebUserControls
/// <param name="e"></param>
protected void imgGoProj_Click(object sender, ImageClickEventArgs e)
{
//utils.obj.setSessionVal("nextObjCommand", "goProj");
// carico parametri
int idxCli = DataProxy_ProjEts.DP.taAP.getByIdxPrj(utils.obj.IntSessionObj("idxProgetto_sel"))[0].idxCliente;
string nomeCli = DataProxy_ProjEts.DP.taSelCli.getByValue(idxCli)[0].label;