fixes bug#23014

qua:
dev:
Alterado o tamanho do campo nome também  para quando copiar o pricing.
Ambos estão com o mesmo tamanho.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@108250 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2021-08-11 14:20:35 +00:00
parent 09a8218109
commit ad27a48d6f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<label value="Novo Nome: " /> <label value="Novo Nome: " />
<textbox id="nombrePricing" constraint="no empty" <textbox id="nombrePricing" constraint="no empty"
maxlength="20" width="100%" maxlength="60" width="100%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" /> use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
</row> </row>
</rows> </rows>