0022109: Projeto Venda em Aberto Aguia - Habilitar pricing específico na venda em aberto
bug#22109 dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106261 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
db9d5c9b40
commit
591d3ae1ca
|
@ -374,6 +374,9 @@ public class Empresa implements Serializable, Auditavel<Empresa> {
|
|||
@Column(name = "INDCOMTRANSFGERACAJA")
|
||||
private Boolean indComTransfGeraCaja;
|
||||
|
||||
@Column(name = "INDPRICINGVENDAABERTO")
|
||||
private Boolean indPricingVendaAberto;
|
||||
|
||||
@Transient
|
||||
@NaoAuditar
|
||||
private Empresa empresaClone;
|
||||
|
@ -1391,5 +1394,15 @@ public class Empresa implements Serializable, Auditavel<Empresa> {
|
|||
public void setIndComTransfGeraCaja(Boolean indComTransfGeraCaja) {
|
||||
this.indComTransfGeraCaja = indComTransfGeraCaja;
|
||||
}
|
||||
|
||||
public Boolean getIndPricingVendaAberto() {
|
||||
return indPricingVendaAberto != null ? indPricingVendaAberto : false;
|
||||
}
|
||||
|
||||
public void setIndPricingVendaAberto(Boolean indPricingVendaAberto) {
|
||||
this.indPricingVendaAberto = indPricingVendaAberto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue