From e5d0258f330fcba50b5a2920450abf1558faa801 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Thu, 28 Jul 2016 12:22:23 +0200 Subject: [PATCH] Fix missing css --- htdocs/product/composition/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php index 15e44f8602d..19c7837b954 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -195,7 +195,7 @@ if ($id > 0 || ! empty($ref)) dol_banner_tab($object, 'ref', $linkback, ($user->societe_id?0:1), 'ref'); - print '<table class="border" width="100%">'; + print '<table class="border tableforfield" width="100%">'; // Nature if($object->type!=Product::TYPE_SERVICE) -- GitLab