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

@ -247,9 +247,12 @@ public class PlanosActuacao {
{ {
ArrayList list = new ArrayList(); ArrayList list = new ArrayList();
try try
{
if(u.getTipo().intValue() != Global.DIRECTOR_SIPRP)
{ {
list = pdp.getPlanosActivos(u); list = pdp.getPlanosActivos(u);
} }
}
catch(Exception ex) catch(Exception ex)
{ {
ex.printStackTrace(); ex.printStackTrace();
@ -263,6 +266,7 @@ public class PlanosActuacao {
try try
{ {
list = pdp.getPlanosSeguimento(u); list = pdp.getPlanosSeguimento(u);
} }
catch(Exception ex) catch(Exception ex)
{ {

Loading…
Cancel
Save