typo
This commit is contained in:
parent
c40c806c63
commit
737f88988d
@ -182,10 +182,10 @@ def formsemestre_list_saisies_notes(
|
|||||||
FROM notes_notes n, notes_evaluation e, notes_moduleimpl mi,
|
FROM notes_notes n, notes_evaluation e, notes_moduleimpl mi,
|
||||||
notes_modules mod, identite i
|
notes_modules mod, identite i
|
||||||
WHERE mi.id = e.moduleimpl_id
|
WHERE mi.id = e.moduleimpl_id
|
||||||
and m.module_id = mod.id
|
and mi.module_id = mod.id
|
||||||
and e.id=n.evaluation_id
|
and e.id = n.evaluation_id
|
||||||
and i.etudid=n.etudid
|
and i.id = n.etudid
|
||||||
and mi.formsemestre_id=%(formsemestre_id)s
|
and mi.formsemestre_id = %(formsemestre_id)s
|
||||||
ORDER BY date desc
|
ORDER BY date desc
|
||||||
""",
|
""",
|
||||||
{"formsemestre_id": formsemestre_id},
|
{"formsemestre_id": formsemestre_id},
|
||||||
|
Loading…
Reference in New Issue
Block a user