mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
Anpassung fuer Englischen Erfolgsnachweis
Dokumentendruck im CIS auch bei Überbezahlung moeglich Studienerfolg enthaelt jetzt Orgform und Studiengangsleitung Zusätzliche addons zu ignorefile hinzugefügt
This commit is contained in:
@@ -512,7 +512,7 @@ class konto extends basis_db
|
||||
{
|
||||
if($row = $this->db_fetch_object())
|
||||
{
|
||||
if ($row->differenz == 0)
|
||||
if ($row->differenz >= 0)
|
||||
{
|
||||
$this->buchungsdatum = isset($buch_date[1])?$buch_date[1]:'';
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user