From 489ff601df5d30826705f5c2017ce8d19f2e2679 Mon Sep 17 00:00:00 2001 From: Martin Tatzber Date: Fri, 24 Jan 2014 13:41:20 +0000 Subject: [PATCH] =?UTF-8?q?Popup-Fenster=20f=C3=BCr=20offene=20Zahlungen?= =?UTF-8?q?=20im=20CIS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/konto.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/konto.class.php b/include/konto.class.php index 62c534042..96226e45c 100644 --- a/include/konto.class.php +++ b/include/konto.class.php @@ -58,6 +58,7 @@ class konto extends basis_db public $standardtext; public $aktiv; public $credit_points; + public $zahlungsreferenz; /** * Konstruktor @@ -113,6 +114,7 @@ class konto extends basis_db $this->vorname = $row->vorname; $this->vornamen = $row->vornamen; $this->credit_points = $row->credit_points; + $this->zahlungsreferenz = $row->zahlungsreferenz; return true; } else