From df05eb785b858ee0262c52f78a8f24511eb9d631 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Tue, 28 Aug 2018 10:38:42 +0200 Subject: [PATCH] Update accountingjournal.class.php --- htdocs/accountancy/class/accountingjournal.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/accountancy/class/accountingjournal.class.php b/htdocs/accountancy/class/accountingjournal.class.php index af084f16b5f..cd8131981c1 100644 --- a/htdocs/accountancy/class/accountingjournal.class.php +++ b/htdocs/accountancy/class/accountingjournal.class.php @@ -45,9 +45,9 @@ class AccountingJournal extends CommonObject public $code; /** - * @var string proper name for given parameter - */ - public $label; + * @var string proper name for given parameter + */ + public $label; public $nature; // 1:various operations, 2:sale, 3:purchase, 4:bank, 5:expense-report, 8:inventory, 9: has-new public $active;