From 6d266d78b11a1e5c25383932419abaec60fc3680 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Wed, 16 Jan 2019 19:19:14 +0100 Subject: [PATCH] Update productaccount.php --- htdocs/accountancy/admin/productaccount.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/accountancy/admin/productaccount.php b/htdocs/accountancy/admin/productaccount.php index c71a866de61..fc64095de75 100644 --- a/htdocs/accountancy/admin/productaccount.php +++ b/htdocs/accountancy/admin/productaccount.php @@ -396,12 +396,12 @@ if ($result) print $product_static->getNomUrl(1); print ''; - print ''.$obj->label.''; + print ''.$obj->label.''; if (! empty($conf->global->ACCOUNTANCY_SHOW_PROD_DESC)) { // TODO ADJUST DESCRIPTION SIZE - // print '' . $obj->description . ''; + // print '' . $obj->description . ''; // TODO: we shoul set a user defined value to adjust user square / wide screen size $trunclengh = empty($conf->global->ACCOUNTING_LENGTH_DESCRIPTION) ? 32 : $conf->global->ACCOUNTING_LENGTH_DESCRIPTION; print '' . nl2br(dol_trunc($obj->description, $trunclengh)) . '';