From 5c3423d0c0413622007d30401af7dd67ecd80d39 Mon Sep 17 00:00:00 2001 From: "igor.rodrigo" Date: Fri, 10 Jun 2016 17:30:46 +0000 Subject: [PATCH] =?UTF-8?q?fixes=20bug=207561=20-=20N=C3=BAmero=20de=20con?= =?UTF-8?q?ta=20com=20o=20d=C3=ADgito=20"-"=20originou=20a=20exce=C3=A7?= =?UTF-8?q?=C3=A3o=20number=20format=20exception.=20Retirado=20o=20valor?= =?UTF-8?q?=20incorreto=20do=20banco=20e=20inclus=C3=A3o=20de=20express?= =?UTF-8?q?=C3=A3o=20regular=20que=20impede=20a=20inclus=C3=A3o=20de=20val?= =?UTF-8?q?ores=20n=C3=A3o=20n=C3=BAmeros.?= 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/Web/trunk/ventaboletos@56869 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../editarFechamentoParamgeral.zul | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/gui/configuraciones_comerciales/editarFechamentoParamgeral.zul b/web/gui/configuraciones_comerciales/editarFechamentoParamgeral.zul index e763717b7..ce3ae63d3 100644 --- a/web/gui/configuraciones_comerciales/editarFechamentoParamgeral.zul +++ b/web/gui/configuraciones_comerciales/editarFechamentoParamgeral.zul @@ -69,7 +69,7 @@ maxlength="50" value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoConta}" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" - constraint="no empty" /> + constraint="no empty /^[0-9]+$/" />