From f80c8e8aca044d7b821014c030433e4f37442697 Mon Sep 17 00:00:00 2001 From: gleimar Date: Mon, 16 Oct 2017 19:40:22 +0000 Subject: [PATCH] fixes bug#9970 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@74904 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/constantes/Constantes.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java index 03571e0a0..1670528c2 100644 --- a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java +++ b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java @@ -63,7 +63,13 @@ public class Constantes { 28 DER/RO */ public static List ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList(Arrays.asList(new Integer[]{3,6,9,15,16,22,10,25,26,27,28})); - public static List ORGAOS_CONCEDENTES_CALCULO_AGER = new ArrayList(Arrays.asList(new Integer[]{23})); + + /* + * 5 - DER/MT + * 23 - Pref.Marilia + * + */ + public static List ORGAOS_CONCEDENTES_CALCULO_AGER = new ArrayList(Arrays.asList(new Integer[]{5,23})); public static String CLAVE_EDITAR_COMISSAO = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARCOMISSAO"; public static String CLAVE_EXIBIR_TAB_COMISSAO_CONTA = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.EDITARPORCENTAGEMCONTA";