fixes bug #6350
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@44580 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f5f101a9d7
commit
96a98e7bac
|
@ -40,15 +40,19 @@
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader id="lhId" width="70px" image="/gui/img/builder.gif"
|
<listheader id="lhId" width="70px" image="/gui/img/builder.gif"
|
||||||
label="${c:l('busquedaAlterarEnderecoApanheController.lhId.label')}"
|
label="${c:l('busquedaAlterarEnderecoApanheController.lhId.label')}"
|
||||||
sort="auto(enderecoApanheId)"/>
|
sort="auto(enderecoapanheId)"/>
|
||||||
<listheader id="lhNumoperacion" image="/gui/img/create_doc.gif"
|
<listheader id="lhNumoperacion" image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('busquedaAlterarEnderecoApanheController.lhNumoperacion.label')}"/>
|
label="${c:l('busquedaAlterarEnderecoApanheController.lhNumoperacion.label')}"
|
||||||
|
sort="auto(vendaPacote.numoperacion)"/>
|
||||||
<listheader id="lhDataPacote" image="/gui/img/create_doc.gif"
|
<listheader id="lhDataPacote" image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('busquedaAlterarEnderecoApanheController.lhDataPacote.label')}"/>
|
label="${c:l('busquedaAlterarEnderecoApanheController.lhDataPacote.label')}"
|
||||||
|
sort="auto(vendaPacote.datapacote)"/>
|
||||||
<listheader id="lhLocalEnderecoApanhe" image="/gui/img/create_doc.gif"
|
<listheader id="lhLocalEnderecoApanhe" image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('busquedaAlterarEnderecoApanheController.lhLocalEnderecoApanhe.label')}"/>
|
label="${c:l('busquedaAlterarEnderecoApanheController.lhLocalEnderecoApanhe.label')}"
|
||||||
|
sort="auto(localEnderecoApanhe)"/>
|
||||||
<listheader id="lhDeschotel" image="/gui/img/create_doc.gif"
|
<listheader id="lhDeschotel" image="/gui/img/create_doc.gif"
|
||||||
label="${c:l('busquedaAlterarEnderecoApanheController.lhDeschotel.label')}"/>
|
label="${c:l('busquedaAlterarEnderecoApanheController.lhDeschotel.label')}"
|
||||||
|
sort="auto(deschotel)"/>
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
</window>
|
</window>
|
||||||
|
|
Loading…
Reference in New Issue