diff --git a/C2P/Import.aspx b/C2P/Import.aspx index 9316bfe..7529446 100644 --- a/C2P/Import.aspx +++ b/C2P/Import.aspx @@ -127,7 +127,6 @@
- Tabella dettaglio log x ogni richiesta diff --git a/C2P/Import.aspx.cs b/C2P/Import.aspx.cs index 7d6895e..b171430 100644 --- a/C2P/Import.aspx.cs +++ b/C2P/Import.aspx.cs @@ -124,7 +124,7 @@ namespace C2P /// private void insertStepTicket(string stepCode) { - DtProxy.man.taImpTL.InsertQuery(memLayer.ML.confReadString(stepCode + "_stp"), memLayer.ML.confReadString(stepCode + "_par")); + DtProxy.man.taImpTL.InsertQuery(memLayer.ML.confReadString(stepCode + "_stp"), memLayer.ML.confReadString(stepCode + "_par"), DateTime.Now); grViewTicket.SelectedIndex = -1; grViewTicket.DataBind(); } diff --git a/C2P/Web.config b/C2P/Web.config index b69936a..7503127 100644 --- a/C2P/Web.config +++ b/C2P/Web.config @@ -34,6 +34,8 @@ + + diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 9a4092b..6dfa380 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index 3fe7273..117d7f8 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/NLog.dll b/C2P/bin/NLog.dll index 5a2f145..11a5469 100644 Binary files a/C2P/bin/NLog.dll and b/C2P/bin/NLog.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index f25ed16..80634d4 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ