fix errore settimana 37 a 32h (con exception non resettava letture)
This commit is contained in:
@@ -1122,7 +1122,7 @@ div > ul > li > a.selected.menuNav {
|
||||
/* gestione celle tabella registro ore full */
|
||||
.cTabRO {
|
||||
text-align: center;
|
||||
height: 15px;
|
||||
height: 16px;
|
||||
border: solid 1px #777777;
|
||||
}
|
||||
.cEmp {
|
||||
@@ -1198,6 +1198,7 @@ div > ul > li > a.selected.menuNav {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
width: 29px;
|
||||
padding: 0px 2px;
|
||||
}
|
||||
.selCel {
|
||||
@@ -1208,8 +1209,10 @@ div > ul > li > a.selected.menuNav {
|
||||
text-align: center;
|
||||
}
|
||||
.cTab {
|
||||
text-align: center;
|
||||
height: 20px;
|
||||
width: 29px;
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
border: solid 1px #777777;
|
||||
}
|
||||
.cREmp {
|
||||
@@ -1285,7 +1288,7 @@ div > ul > li > a.selected.menuNav {
|
||||
.cRBia {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
height: 15px;
|
||||
height: 16px;
|
||||
padding: 0px 2px;
|
||||
}
|
||||
.selCelR {
|
||||
|
||||
@@ -1274,7 +1274,8 @@ div > ul > li > a.selected.menuNav {
|
||||
|
||||
/* gestione celle tabella registro ore full */
|
||||
@grigioCellaRO: #777;
|
||||
@altezzaCellaRO: 15px;
|
||||
@altezzaCellaRO: 16px;
|
||||
@larghCella: 29px;
|
||||
|
||||
@grigioCella: #777;
|
||||
@altezzaCella: 20px;
|
||||
@@ -1359,6 +1360,7 @@ div > ul > li > a.selected.menuNav {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
height: @altezzaCella;
|
||||
width: @larghCella;
|
||||
padding: 0px 2px;
|
||||
}
|
||||
.selCel {
|
||||
@@ -1370,6 +1372,9 @@ div > ul > li > a.selected.menuNav {
|
||||
.cTab {
|
||||
text-align: center;
|
||||
height: @altezzaCella;
|
||||
width: @larghCella;
|
||||
align-content: center;
|
||||
text-align: center;
|
||||
border: solid 1px @grigioCella;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -182,6 +182,7 @@ namespace PROJ_ETS.WebUserControls
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
rigaIR = null;
|
||||
// troppi falsi allarmi...
|
||||
if (false) lg.ErrorException("Errore lettura dati IR", exc);
|
||||
}
|
||||
@@ -191,6 +192,7 @@ namespace PROJ_ETS.WebUserControls
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
rigaBaz = null;
|
||||
lg.ErrorException("Errore lettura dati BAZ", exc);
|
||||
}
|
||||
if (rigaBaz == null)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user