From 0b7f65a218bcd69f93749f6032d2f4c4df329bbb Mon Sep 17 00:00:00 2001 From: thiago Date: Thu, 9 Apr 2015 19:49:26 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#6180=20=20-=20Corre=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20erro=20em=20pricing=20que=20impede=20a=20dele=C3=A7?= =?UTF-8?q?=C3=A3o=20e=20altera=C3=A7=C3=A3o=20de=20registros=20de=20ocupa?= =?UTF-8?q?=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@42946 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/PricingOcupaAntecipa.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/entidad/PricingOcupaAntecipa.java b/src/com/rjconsultores/ventaboletos/entidad/PricingOcupaAntecipa.java index f55ebe9d2..e7da8b816 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PricingOcupaAntecipa.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PricingOcupaAntecipa.java @@ -28,10 +28,8 @@ public class PricingOcupaAntecipa implements Serializable { @GeneratedValue(strategy = GenerationType.AUTO, generator = "PRICING_OCUPA_ANTECIPA_SEQ") @Column(name = "PRICINGOCUPAANTECIPA_ID") private Integer pricingocupaantecipaId; - @Basic(optional = false) @Column(name = "CANTDIASMIN") private Integer cantdiasmin; - @Basic(optional = false) @Column(name = "CANTDIASMAX") private Integer cantdiasmax; @Column(name = "CANTASIENTOSMIN")