From e3fe3d7d4fc6eba7cf4f910f3cc5bd46b4f4086e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 31 Aug 2019 13:17:40 +0200 Subject: [PATCH] Fix missing var --- htdocs/accountancy/class/bookkeeping.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/accountancy/class/bookkeeping.class.php b/htdocs/accountancy/class/bookkeeping.class.php index 8e1f36bbf41..9e59093b885 100644 --- a/htdocs/accountancy/class/bookkeeping.class.php +++ b/htdocs/accountancy/class/bookkeeping.class.php @@ -134,6 +134,13 @@ class BookKeeping extends CommonObject public $journal_label; public $piece_num; + /** + * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png + */ + public $picto = 'generic'; + + + /** * Constructor *