fixes bug#14825

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@95276 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2019-07-01 20:00:59 +00:00
parent a39717bc67
commit 91af692890
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
private MyTextbox txtCodantt; private MyTextbox txtCodantt;
private Intbox txtCNAE; private Intbox txtCNAE;
private Textbox txtTAR; private Textbox txtTAR;
private Textbox txtCNPJAutorizadora; private Textbox txtCNPJCampoAutorizadora;
private Textbox textSenhaEmail; private Textbox textSenhaEmail;
private Textbox textSMTPHost; private Textbox textSMTPHost;
private Textbox textSMTPPorta; private Textbox textSMTPPorta;
@ -513,7 +513,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
txtCodantt.getValue(); txtCodantt.getValue();
txtCNAE.getValue(); txtCNAE.getValue();
txtTAR.getValue(); txtTAR.getValue();
txtCNPJAutorizadora.getValue(); txtCNPJCampoAutorizadora.getValue();
numtelefono.getValue(); numtelefono.getValue();
numTelSACDef.getValue(); numTelSACDef.getValue();
chkIndcarboletosdevolvidosconf.getValue(); chkIndcarboletosdevolvidosconf.getValue();

View File

@ -133,7 +133,7 @@
<row> <row>
<label <label
value="${c:l('editarEmpresaController.cnpjAutorizadora.label')}" /> value="${c:l('editarEmpresaController.cnpjAutorizadora.label')}" />
<textbox id="txtCNPJAutorizadora" width="150px" <textbox id="txtCNPJCampoAutorizadora" width="150px" type="text"
maxlength="18" maxlength="18"
value="@{winEditarEmpresa$composer.empresa.cnpjAutorizadora}" value="@{winEditarEmpresa$composer.empresa.cnpjAutorizadora}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />