From bc538f7f3635835d4dc7549bd37006ae29c658e4 Mon Sep 17 00:00:00 2001 From: aristides Date: Wed, 22 Jun 2022 22:22:09 +0000 Subject: [PATCH] fixes bug#24687 qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@112871 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/entidad/PuntoVenta.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java index 824c33c0f..ae358a7ef 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java @@ -1249,6 +1249,16 @@ public class PuntoVenta implements Serializable, Auditavel { public void setIndQrcodeTaxaEmbarqueRodTTL(Boolean indQrcodeTaxaEmbarqueRodTTL) { this.indQrcodeTaxaEmbarqueRodTTL = indQrcodeTaxaEmbarqueRodTTL; } + + + public Boolean getIndBloqueiaCancelamentoBilheteImpresso() { + return indBloqueiaCancelamentoBilheteImpresso; + } + + public void setIndBloqueiaCancelamentoBilheteImpresso(Boolean indBloqueiaCancelamentoBilheteImpresso) { + this.indBloqueiaCancelamentoBilheteImpresso = indBloqueiaCancelamentoBilheteImpresso; + } + @Override public void clonar() throws CloneNotSupportedException {