diff --git a/src/com/rjconsultores/ventaboletos/entidad/CategoriaDescuento.java b/src/com/rjconsultores/ventaboletos/entidad/CategoriaDescuento.java index 5f7dfa7e2..03d8baf2a 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/CategoriaDescuento.java +++ b/src/com/rjconsultores/ventaboletos/entidad/CategoriaDescuento.java @@ -182,15 +182,39 @@ public class CategoriaDescuento implements Serializable { } public CategoriaDescuento() { + this.indSegunda = true; + this.indTerca = true; + this.indQuarta = true; + this.indQuinta = true; + this.indSexta = true; + this.indSabado = true; + this.indDomingo = true; + } public CategoriaDescuento(Integer categoriadescuentoId) { this.categoriadescuentoId = categoriadescuentoId; + + this.indSegunda = true; + this.indTerca = true; + this.indQuarta = true; + this.indQuinta = true; + this.indSexta = true; + this.indSabado = true; + this.indDomingo = true; } public CategoriaDescuento(Integer categoriadescuentoId, Date fecmodif) { this.categoriadescuentoId = categoriadescuentoId; this.fecmodif = fecmodif; + + this.indSegunda = true; + this.indTerca = true; + this.indQuarta = true; + this.indQuinta = true; + this.indSexta = true; + this.indSabado = true; + this.indDomingo = true; } public Integer getCategoriadescuentoId() {