fix pagina families: gestione elenco, modifica, delete... BOZZA dettaglio child

This commit is contained in:
Samuele E. Locatelli
2016-10-03 18:28:58 +02:00
parent 2f8024eba0
commit f8b004e681
19 changed files with 426 additions and 90 deletions
@@ -34,12 +34,12 @@ namespace StockManMVC.Controllers
{
SearchVal = "##########";
}
var answ = db.Operator.Where( s => s.CodExt == SearchVal
|| s.ID ==SearchVal
var answ = db.Operator.Where(s => s.CodExt == SearchVal
|| s.ID == SearchVal
);
return answ;
}
// GET: Operators/Details/5
public ActionResult Details(string id)
{