From c93a2d2ee98a2c2de9861f1c8ae4bebd355e2fac Mon Sep 17 00:00:00 2001 From: gleimar Date: Thu, 10 Aug 2017 21:00:05 +0000 Subject: [PATCH] fixes bug#9594 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@72530 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/constantes/Constantes.java | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java index 43f6c2d03..0e8727fe8 100644 --- a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java +++ b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java @@ -49,7 +49,18 @@ public class Constantes { public static Short TURNO_AUTOMATICO = new Short("99"); public static List ORGAOS_CONCEDENTES_CALCULO_ARTESP = new ArrayList(Arrays.asList(new Integer[]{21})) ; - public static List ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList(Arrays.asList(new Integer[]{3,6,9,15,22})); + /* + 3 ANTT + 6 DER/MG + 9 DER/RJ + 15 DER/SC + 22 DETRO/RJ + 10 DER/ES + 25 Pref de Ibatiba + 26 Pref de Joćo Neiva + 27 AGERBA + */ + public static List ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList(Arrays.asList(new Integer[]{3,6,9,15,22,10,25,26,27})); public static List ORGAOS_CONCEDENTES_CALCULO_AGER = new ArrayList(Arrays.asList(new Integer[]{23})); public static String CLAVE_EDITAR_COMISSAO = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARCOMISSAO";