fixes bug#7823
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@59118 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
89c8d07ff3
commit
8aeb0d9cb3
|
@ -127,6 +127,8 @@ public class Ruta implements Serializable, Comparable<Ruta> {
|
|||
private Boolean isClone;
|
||||
|
||||
public Ruta() {
|
||||
indRutaCancelada = false;
|
||||
indBloqueoVtaAbierta= false;
|
||||
}
|
||||
|
||||
public static Ruta clone(Ruta other) {
|
||||
|
@ -220,6 +222,7 @@ public class Ruta implements Serializable, Comparable<Ruta> {
|
|||
}
|
||||
|
||||
public Ruta(Integer rutaId) {
|
||||
this();
|
||||
this.rutaId = rutaId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue