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-87c2c4800839master
parent
1d11eedb3e
commit
baf3dde428
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue