fixes bug#1

AL-1165

dev:lucas
qua:wally

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@113735 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2022-08-08 18:59:38 +00:00
parent 1d11eedb3e
commit baf3dde428
1 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,8 @@ public class BusquedaPricingController extends MyGenericForwardComposer {
lsPricing = new ArrayList<Pricing>(); lsPricing = new ArrayList<Pricing>();
refreshLista(); //TODO:Verificar uma forma otimizada de paginar o pricing. Está sendo feito na memória pelo hibernate
//refreshLista();
} }
public void onChange$cmbEmpresa(Event ev) throws InterruptedException { public void onChange$cmbEmpresa(Event ev) throws InterruptedException {