mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Tab Anrechnungen/Exemptions
- bugfix handle overflow in textfield of Notiz - bugfix delete: remove anrechnung_id also from lehre.tbl_anrechnung_anrechnungstatus - redesign Notizen of Anrechnungen: header with title Lehrveranstaltungen - add reload functionality to update count of notizen in action buttons
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class Anrechnunganrechnungstatus_model extends DB_Model
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'lehre.tbl_anrechnung_anrechnungstatus';
|
||||
$this->pk = 'anrechnungstatus_id';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user