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]+$/" />
@@ -78,7 +78,7 @@
maxlength="2"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoContaDigito}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
- constraint="no empty" />
+ constraint="no empty /^[0-9]+$/" />
@@ -87,7 +87,7 @@
maxlength="3"
value="@{winEditarFechamentoParamgeral$composer.fechamentoParamgeral.boletoBancoCarteira}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
- constraint="no empty" />
+ constraint="no empty /^[0-9]+$/" />