forked from ScoDoc/ScoDoc
Fix: lien saisie décision jury (js)
This commit is contained in:
parent
50a0bc85e9
commit
7ab00623e7
@ -585,9 +585,6 @@ def make_formsemestre_recapcomplet(
|
||||
<script type="text/javascript">
|
||||
function va_saisir(formsemestre_id, etudid) {
|
||||
loc = 'formsemestre_validation_etud_form?formsemestre_id='+formsemestre_id+'&etudid='+etudid;
|
||||
if (SORT_COLUMN_INDEX) {
|
||||
loc += '&sortcol=' + SORT_COLUMN_INDEX;
|
||||
}
|
||||
loc += '#etudid' + etudid;
|
||||
document.location=loc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user