diff --git a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java index ac5e35c3c..81fdb4de0 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java @@ -255,6 +255,9 @@ public class PuntoVenta implements Serializable { @Column(name = "INDQRCODECATRACARODEAN13") private Boolean indQrcodeCatracaRodEAN13; + @Column(name = "INDBLOQDEVOLVEREATIVAOUTROPTO") + private Boolean indBloqDevolveReativaOutroPto; + public List getCobrancaAdicionalList() { return cobrancaAdicionalList; } @@ -1145,4 +1148,12 @@ public class PuntoVenta implements Serializable { public void setIndQrcodeCatracaRodEAN13(Boolean indQrcodeCatracaRodEAN13) { this.indQrcodeCatracaRodEAN13 = indQrcodeCatracaRodEAN13; } + + public Boolean getIndBloqDevolveReativaOutroPto() { + return BooleanUtils.toBoolean(indBloqDevolveReativaOutroPto); + } + + public void setIndBloqDevolveReativaOutroPto(Boolean indBloqDevolveReativaOutroPto) { + this.indBloqDevolveReativaOutroPto = indBloqDevolveReativaOutroPto; + } } \ No newline at end of file