From 0affbf4e411725a676fa1f89306ff6df5eb87557 Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 3 Feb 2021 14:53:40 +0100 Subject: [PATCH] Added param to calling function rejectAnrechnung to work properly Signed-off-by: cris-technikum --- .../lehre/anrechnung/ApproveAnrechnungUebersicht.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/lehre/anrechnung/ApproveAnrechnungUebersicht.php b/application/controllers/lehre/anrechnung/ApproveAnrechnungUebersicht.php index 736861025..772825c7c 100644 --- a/application/controllers/lehre/anrechnung/ApproveAnrechnungUebersicht.php +++ b/application/controllers/lehre/anrechnung/ApproveAnrechnungUebersicht.php @@ -161,7 +161,7 @@ class approveAnrechnungUebersicht extends Auth_Controller foreach ($data as $item) { // Reject Anrechnung - if(getData($this->anrechnunglib->rejectAnrechnung($item['anrechnung_id']))) + if(getData($this->anrechnunglib->rejectAnrechnung($item['anrechnung_id'], $item['begruendung']))) { $json[]= array( 'anrechnung_id' => $item['anrechnung_id'],