22/12/2008

git-svn-id: https://svn.coded.pt/svn/SIPRP@881 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
L Luís = 17 years ago
parent 6219904afc
commit d4327d1b3d

@ -248,7 +248,10 @@ public class PlanosActuacao {
ArrayList list = new ArrayList();
try
{
list = pdp.getPlanosActivos(u);
if(u.getTipo().intValue() != Global.DIRECTOR_SIPRP)
{
list = pdp.getPlanosActivos(u);
}
}
catch(Exception ex)
{
@ -262,7 +265,8 @@ public class PlanosActuacao {
ArrayList list = new ArrayList();
try
{
list = pdp.getPlanosSeguimento(u);
list = pdp.getPlanosSeguimento(u);
}
catch(Exception ex)
{

Loading…
Cancel
Save