fix selezione data x TK in gestione selezione date x PackingList
This commit is contained in:
Binary file not shown.
@@ -1,10 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
using SteamWare;
|
||||
using System;
|
||||
|
||||
|
||||
namespace GMW.WebUserControls
|
||||
@@ -145,6 +140,8 @@ namespace GMW.WebUserControls
|
||||
try
|
||||
{
|
||||
_intervallo = (intervalloDate)Session["_intervallo"];
|
||||
Session["_inizio"] = _intervallo.inizio;
|
||||
Session["_fine"] = _intervallo.fine;
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4608,7 +4608,7 @@
|
||||
</member>
|
||||
<member name="P:SteamWare.user_std.isForcedUser">
|
||||
<summary>
|
||||
restituisce true se utente forzato da forceUser.aspx
|
||||
restituisce true se utente forzato da forceUser
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:SteamWare.user_std.rigaUtente">
|
||||
@@ -5078,7 +5078,14 @@
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.questoMese(System.DateTime)">
|
||||
<summary>
|
||||
restituisce l'intervallo del mese corrente per la data indicata (dal giorno 1 all'indomani delal data indicata)
|
||||
restituisce l'intervallo del mese corrente per la data indicata (dal giorno 1 all'indomani della data indicata)
|
||||
</summary>
|
||||
<param name="data"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:SteamWare.datario.questoAnno(System.DateTime)">
|
||||
<summary>
|
||||
restituisce l'intervallo dell'anno corrente per la data indicata (dal giorno 1 all'indomani della data indicata)
|
||||
</summary>
|
||||
<param name="data"></param>
|
||||
<returns></returns>
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.web>
|
||||
<pages>
|
||||
<controls>
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
|
||||
</controls>
|
||||
</pages>
|
||||
</system.web>
|
||||
</configuration>
|
||||
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user