From 73129b7dc16cb38480ebad24df8eaa8df0e30e4f Mon Sep 17 00:00:00 2001 From: Diogo Neves Date: Tue, 13 Jul 2010 11:57:29 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1279 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../SIPRP/web/src/siprp/pagina/doGetListaTrabalhadores.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/SIPRP/web/src/siprp/pagina/doGetListaTrabalhadores.java b/branches/SIPRP/web/src/siprp/pagina/doGetListaTrabalhadores.java index 721f66f5..721e6d98 100644 --- a/branches/SIPRP/web/src/siprp/pagina/doGetListaTrabalhadores.java +++ b/branches/SIPRP/web/src/siprp/pagina/doGetListaTrabalhadores.java @@ -50,7 +50,7 @@ public class doGetListaTrabalhadores extends siprpServlet{ System.out.println( "\ndoGetListaTrabalhadores() . " ); System.out.println( "\tuserRole : " + userRole + " - " + super.superUserRole ); - System.out.println( "\tempresaID : " + empresaID ); + System.out.println( "\tempresaID : " + empresaId ); System.out.println( "\testabelecimentoID : " + estabelecimentoId ); if ( userRole != null && ( userRole.equals( super.superUserRole ) || userRole.equals( empresaId ) ) )