fixes bug #6905
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@50916 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ed26f6c10f
commit
6e7e8b69e5
|
@ -20,12 +20,12 @@
|
|||
<label
|
||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataIni.value')}" />
|
||||
<datebox id="datInicial" width="100%" mold="rounded"
|
||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
||||
format="dd/MM/yyyy" constraint="no empty"
|
||||
maxlength="10" />
|
||||
<label
|
||||
value="${c:l('relatorioReceitaDiariaAgenciaController.lbDataFin.value')}" />
|
||||
<datebox id="datFinal" width="100%" mold="rounded"
|
||||
format="dd/MM/yyyy" lenient="false" constraint="no empty"
|
||||
format="dd/MM/yyyy" constraint="no empty"
|
||||
maxlength="10" />
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in New Issue