From 16ffe819d27b6cc52edd7a6497a280d08ee179ba Mon Sep 17 00:00:00 2001 From: "bruno.neves" Date: Mon, 5 Dec 2016 18:50:41 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#0008523=20-=20adicionada=20a=20p?= =?UTF-8?q?ermiss=C3=A3o=20para=20o=20bloqueio=20de=20edi=C3=A7=C3=A3o=20n?= =?UTF-8?q?a=20tela:=20CATALOGOS=20>>=20EMPRESA=20>>=20RESTRINGE=20VENDA?= =?UTF-8?q?=20SE=20RED.=20Z=20NAO=20EMITIDA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@63199 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/constantes/Constantes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java index 03e2da135..2b966ead5 100644 --- a/src/com/rjconsultores/ventaboletos/constantes/Constantes.java +++ b/src/com/rjconsultores/ventaboletos/constantes/Constantes.java @@ -52,6 +52,7 @@ public class Constantes { public static String CLAVE_REABRIR_MOVIMENTODIARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.COMISSAO.MENU.CONFERENCIACOMISSAO.REABRIRMOVIMENTODIARIO"; public static String CLAVE_ENCERRAR_MOVIMENTODIARIO = "COM.RJCONSULTORES.ADMINISTRACION.GUI.COMISSAO.MENU.CONFERENCIACOMISSAO.ENCERRARMOVIMENTODIARIO"; public static String CLAVE_GENERA_FOLIOSISTEMA_VTA_INT_IMP_POSTERIOR = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CATALOGO.MENU.EMPRESA.GENERAFOLIOSISTEMAVTAINTIMPPOSTERIOR"; + public static String CLAVE_EDITAR_VENDA_SEM_REDUCAO_Z = "COM.RJCONSULTORES.ADMINISTRACION.GUI.CATALOGO.MENU.EMPRESA.RESTRIGEVENDAREDUCAOZ"; public static final String UTF_8 = "UTF-8";