From ff79cf842c7c112713047a6b6dce44b15759bd66 Mon Sep 17 00:00:00 2001 From: "valdir.cordeiro" Date: Mon, 28 Aug 2023 16:47:01 -0300 Subject: [PATCH 1/2] =?UTF-8?q?bug#al-2803=20Espec=20Cobran=C3=A7a=20Taxa?= =?UTF-8?q?=20conveni=C3=AAncia=20Opera=C3=A7=C3=B5es=20de=20venda=20dev:?= =?UTF-8?q?=20qua:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../rjconsultores/ventaboletos/entidad/Empresa.java | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cf21fbf8b..73fdb0a33 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.11.1 + 1.11.2 rj-releases diff --git a/src/com/rjconsultores/ventaboletos/entidad/Empresa.java b/src/com/rjconsultores/ventaboletos/entidad/Empresa.java index fc571b856..31906c679 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/Empresa.java +++ b/src/com/rjconsultores/ventaboletos/entidad/Empresa.java @@ -129,7 +129,6 @@ public class Empresa implements Serializable, Auditavel { @Column(name = "INDVENDEBILHETESEMELHANTE") private Boolean indVendeDeBilheteSemelhante; - @OneToMany(mappedBy = "empresa") private List inscricoesEstaduais; @@ -417,6 +416,9 @@ public class Empresa implements Serializable, Auditavel { @Column(name = "LONGITUDE ") private Float longitude; + + @Column(name = "INDTAXACONVENIENCIASOVENDA") + private Boolean indTaxaConvenienciaSoVenda; @Transient @NaoAuditar @@ -1550,4 +1552,11 @@ public class Empresa implements Serializable, Auditavel { this.longitude = longitude; } + public Boolean getIndTaxaConvenienciaSoVenda() { + return indTaxaConvenienciaSoVenda == null ? false : indTaxaConvenienciaSoVenda; + } + + public void setIndTaxaConvenienciaSoVenda(Boolean indTaxaConvenienciaSoVenda) { + this.indTaxaConvenienciaSoVenda = indTaxaConvenienciaSoVenda; + } } From 417846ecef71608a8d1d3395ef4d261fb4d865f5 Mon Sep 17 00:00:00 2001 From: "valdir.cordeiro" Date: Mon, 28 Aug 2023 16:51:29 -0300 Subject: [PATCH 2/2] =?UTF-8?q?bug#al-2803=20Espec=20Cobran=C3=A7a=20Taxa?= =?UTF-8?q?=20conveni=C3=AAncia=20Opera=C3=A7=C3=B5es=20de=20venda=20dev:?= =?UTF-8?q?=20qua:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73fdb0a33..bf8c55ebb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.11.2 + 1.12.1 rj-releases