fixes bug 10595 - Pricing dando refresh nos dados, quando é uma cópia (Continuação)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@78849 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2afc607d59
commit
5e25d978aa
|
@ -233,7 +233,7 @@ public class Pricing implements Serializable {
|
|||
public List<PricingOcupaAntecipa> getPricingOcupaAntecipaList() {
|
||||
List<PricingOcupaAntecipa> poaList = new ArrayList<PricingOcupaAntecipa>();
|
||||
for (PricingOcupaAntecipa poa : this.pricingOcupaAntecipaList) {
|
||||
if (poa.getActivo() != EXCLUIDO.intValue()) {
|
||||
if (poa.getActivo() != EXCLUIDO.intValue() && poa.getActivo() != INATIVO.intValue()) {
|
||||
poaList.add(poa);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue