mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-02 03:19:27 +00:00
Minor code enhancement
Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
@@ -225,6 +225,11 @@ class AnrechnungLib
|
||||
return success(true); // approved
|
||||
}
|
||||
|
||||
/**
|
||||
* Reject Anrechnung.
|
||||
* @param $anrechnung_id
|
||||
* @return array
|
||||
*/
|
||||
public function rejectAnrechnung($anrechnung_id)
|
||||
{
|
||||
// Check last Anrechnungstatus
|
||||
|
||||
Reference in New Issue
Block a user