Commit 7c53ea24 by sistem26user

[EDIT] Modificado duplicado al momento de asignar docentes de educación física a un horario

parent 4d474607
...@@ -15,6 +15,15 @@ public class AreaDocente { ...@@ -15,6 +15,15 @@ public class AreaDocente {
private String codigoDocente; private String codigoDocente;
private String nombreDocente; private String nombreDocente;
private String apellidoDocente; private String apellidoDocente;
private String numeroDocumento;
public String getNumeroDocumento() {
return numeroDocumento;
}
public void setNumeroDocumento(String numeroDocumento) {
this.numeroDocumento = numeroDocumento;
}
private int codigoArea; private int codigoArea;
private int estado; private int estado;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
<label for = "checkbox 3">Raz Matematico</label> <label for = "checkbox 3">Raz Matematico</label>
</fieldset> </fieldset>
</form> </form>
</div> </div>
<div id="tabs-2"> <div id="tabs-2">
<form> <form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment