Merge pull request 'fixes bug #AL-4474' (!191) from AL-4474 into master
Reviewed-on: adm/ModelWeb#191 Reviewed-by: Célio de Souza Ribeiro JR <celio@rjconsultores.com.br>master
commit
2f793b25b2
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.59.0</version>
|
||||
<version>1.60.0</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -43,4 +43,5 @@ public class ConstantesFuncionSistema {
|
|||
public static final String CLAVE_MENU_RELATORIOS_MUDANCAS_PRICING = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSDEMUDANCAS.RELATORIOSDEMUDANCASPRICING";
|
||||
|
||||
public static final String CLAVE_MENU_RELATORIOS_VIAJAR_DETALHADO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.RELATORIOSESTATISTICOS.PASSAGEIROSVIAJARDETALHADO";
|
||||
public static final String FUNCION_RECOLECCION = "COM.RJCONSULTORES.ADMINISTRACION.PUNTOVENTA.RECOLECCION";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue