Fix manc timb + link prod
This commit is contained in:
@@ -211,9 +211,8 @@ namespace GPW.CORE.Smart.Components
|
||||
ipv4 = IpUtils.getLocalIpv4(remoteIp);
|
||||
}
|
||||
}
|
||||
DateTime dtTimb = oraRichiestaTimb;
|
||||
// arrotondo ingresso/uscita ai 5 minuti secondo sia entrata o uscita...
|
||||
dtTimb = Utils.DateRounded(DataRif, 5, !isEntrata);
|
||||
var dtTimb = Utils.DateRounded(oraRichiestaTimb, 5, !isEntrata);
|
||||
// genero record
|
||||
currRecord = new TimbratureModel()
|
||||
{
|
||||
|
||||
@@ -33,9 +33,8 @@
|
||||
"LinkRich": "https://iis03.egalware.com/GPW/ADMIN/richiesteDip"
|
||||
},
|
||||
"OptPar": {
|
||||
"UrlLinkInt": "https://iis01.egalware.com/GPW/CORE.Smart/",
|
||||
//"LinkInt": "https://iis03.egalware.com/GPW/CORE.Smart/",
|
||||
"UrlLinkExt": "https://iis03.egalware.com/GPW/CORE.Smart/"
|
||||
"UrlLinkInt": "https://iis03.egalware.com/GPW/CORE.Smart/",
|
||||
"UrlLinkExt": "https://seriate.steamware.net:8483/GPW/CORE.Smart/"
|
||||
},
|
||||
"VetoIns": "true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user