modifiche x gestione rivista controller flusso
This commit is contained in:
@@ -231,7 +231,7 @@ namespace StockManMVC.Controllers
|
||||
public ActionResult CreatePrecompiled([Bind(Include = "ID,ItemID,LocationID,MovTypeID,ExtLocationID,Qta,TotValue,UnitVal,Note")] ItemFlux itemFlux)
|
||||
{
|
||||
// aggiungo campi mancanti...
|
||||
itemFlux.dtMov = DateTime.Now;
|
||||
if (itemFlux.dtMov == null) itemFlux.dtMov = DateTime.Now;
|
||||
itemFlux.dtExport = null;
|
||||
string currOpID = "ND"; // default
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user