fixes bug#12995
dev:gleimar qua:wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@88007 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
bc412f682a
commit
a2363d04ec
|
@ -52,6 +52,7 @@ public class Constantes {
|
|||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ARTESP = new ArrayList<Integer>(Arrays.asList(new Integer[]{21, 30})) ;
|
||||
/*
|
||||
3 ANTT
|
||||
2 DER/PR
|
||||
6 DER/MG
|
||||
9 DER/RJ
|
||||
15 DER/SC
|
||||
|
@ -63,7 +64,7 @@ public class Constantes {
|
|||
27 AGERBA
|
||||
28 DER/RO
|
||||
*/
|
||||
public static List<Integer> ORGAOS_CONCEDENTES_CALCULO_ANTT = new ArrayList<Integer>(Arrays.asList(new Integer[]{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,6,9,15,16,22,10,25,26,27,28,29}));
|
||||
|
||||
/*
|
||||
* 5 - DER/MT
|
||||
|
|
Loading…
Reference in New Issue