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-87c2c4800839master
parent
a39717bc67
commit
91af692890
|
@ -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();
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue