fixes bug#24689

qua:
dev:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112941 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2022-06-24 19:56:23 +00:00
parent 6f4f08bd47
commit 5db81b1cef
2 changed files with 7 additions and 6 deletions

View File

@ -190,6 +190,11 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
plwOrigensDestinosVentaRapida.init(origensDestinoVentaRapida, localidadesOrigemDestinoList, pagingOrigensDestinosVentaRapida); plwOrigensDestinosVentaRapida.init(origensDestinoVentaRapida, localidadesOrigemDestinoList, pagingOrigensDestinosVentaRapida);
}
public void onClick$btnPesquisa(Event ev) {
refreshLista();
if (localidadesOrigemDestinoList.getData().length == 0) { if (localidadesOrigemDestinoList.getData().length == 0) {
try { try {
Messagebox.show(Labels.getLabel("MSG.ningunRegistro"), Messagebox.show(Labels.getLabel("MSG.ningunRegistro"),
@ -200,10 +205,6 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
} }
} }
public void onClick$btnPesquisa(Event ev) {
refreshLista();
}
public void onClick$btnRefresh(Event ev) { public void onClick$btnRefresh(Event ev) {
refreshLista(); refreshLista();
} }

View File

@ -335,7 +335,7 @@
</checkbox> </checkbox>
<image <image
src="/gui/img/Question_mark_1.png" src="/gui/img/Question_mark_1.png"
tooltiptext="${c:l('busquedaConfTotemController.inicioLocalidadePuntoVenta.ajuda')}" tooltiptext="${c:l('busquedaConfTotemController.permiteVendaRapida.ajuda')}"
style="cursor: help" /> style="cursor: help" />
</hlayout> </hlayout>
</row> </row>