fixes bug#15726
dev: Lucas Silverio qua: Walysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@97495 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
861a93b14c
commit
6f6bc1e639
|
@ -55,6 +55,7 @@ public class Constantes {
|
|||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ARTESP = new ArrayList<Integer>(Arrays.asList(new Integer[]{21, 30})) ;
|
||||
/*
|
||||
3 ANTT
|
||||
4 AGEPAN
|
||||
2 DER/PR
|
||||
6 DER/MG
|
||||
9 DER/RJ
|
||||
|
@ -67,7 +68,7 @@ public class Constantes {
|
|||
27 AGERBA
|
||||
28 DER/RO
|
||||
*/
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList<Integer>(Arrays.asList(new Integer[]{2,3,6,9,15,16,22,10,25,26,27,28,29}));
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList<Integer>(Arrays.asList(new Integer[]{2,3,4,6,9,15,16,22,10,25,26,27,28,29}));
|
||||
|
||||
/*
|
||||
* 5 - DER/MT
|
||||
|
|
Loading…
Reference in New Issue