fixes bug#24689
qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@112941 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6f4f08bd47
commit
5db81b1cef
|
@ -190,6 +190,11 @@ public class BusquedaConfTotemController extends MyGenericForwardComposer {
|
|||
|
||||
plwOrigensDestinosVentaRapida.init(origensDestinoVentaRapida, localidadesOrigemDestinoList, pagingOrigensDestinosVentaRapida);
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void onClick$btnPesquisa(Event ev) {
|
||||
refreshLista();
|
||||
if (localidadesOrigemDestinoList.getData().length == 0) {
|
||||
try {
|
||||
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) {
|
||||
refreshLista();
|
||||
}
|
||||
|
|
|
@ -335,7 +335,7 @@
|
|||
</checkbox>
|
||||
<image
|
||||
src="/gui/img/Question_mark_1.png"
|
||||
tooltiptext="${c:l('busquedaConfTotemController.inicioLocalidadePuntoVenta.ajuda')}"
|
||||
tooltiptext="${c:l('busquedaConfTotemController.permiteVendaRapida.ajuda')}"
|
||||
style="cursor: help" />
|
||||
</hlayout>
|
||||
</row>
|
||||
|
|
Loading…
Reference in New Issue