add feature Anrechnungen in FAS

This commit is contained in:
nkrondraf
2015-03-02 11:47:11 +01:00
parent e21a02f38c
commit fc0f28e2d5
15 changed files with 4417 additions and 3204 deletions
+2 -2
View File
@@ -22,8 +22,8 @@
// ****
// * Laedt die zu bearbeitenden Daten
// ****
function NotizInit(projekt_kurzbz, projektphase_id, projekttask_id, uid, person_id, prestudent_id, bestellung_id, user, lehreinheit_id)
function NotizInit(projekt_kurzbz, projektphase_id, projekttask_id, uid, person_id, prestudent_id, bestellung_id, user, lehreinheit_id, anrechnung_id)
{
var notizbox = document.getElementById('notiz-dialog-box-notiz');
notizbox.LoadNotizTree(projekt_kurzbz,projektphase_id, projekttask_id, uid, person_id, prestudent_id, bestellung_id, user, lehreinheit_id);
notizbox.LoadNotizTree(projekt_kurzbz,projektphase_id, projekttask_id, uid, person_id, prestudent_id, bestellung_id, user, lehreinheit_id, null, anrechnung_id);
}