fix bug avancar fase

git-svn-id: https://svn.coded.pt/svn/SIPRP@2037 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Sérgio Condenço 11 years ago
parent b74ae2349b
commit dadb23068e

@ -11615,6 +11615,9 @@ public class AnaliseAcidenteTrabalho extends AbstractPageBean
String responsavel_loja = "n";
switch ( estado )
{
case Global.ESTADO_SEG:
tipoUser = new Integer( Global.TIPO_UTILIZADOR_SEGURANCA );
break;
case Global.ESTADO_RH1:
tipoUser = new Integer( Global.TIPO_UTILIZADOR_RH );
break;

Loading…
Cancel
Save