diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 8e59971..28be08a 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -14,7 +14,6 @@ declare(strict_types = 1); namespace Modules\Accounting\Models; - /** * Account abstraction class. * @@ -43,7 +42,7 @@ abstract class AccountAbstract protected $type = null; protected $positiveParent = null; - + protected $negativeParent = null; /** @@ -99,7 +98,7 @@ abstract class AccountAbstract { } - public function getPositiveParent() + public function getPositiveParent() { return $this->positiveParent; } diff --git a/Theme/Backend/stack-entries.tpl.php b/Theme/Backend/stack-entries.tpl.php index ee90bca..a448367 100644 --- a/Theme/Backend/stack-entries.tpl.php +++ b/Theme/Backend/stack-entries.tpl.php @@ -10,4 +10,4 @@ * @version 1.0.0 * @link http://website.orange-management.de */ -echo $this->getData('nav')->render(); +echo $this->getData('nav')->render();