From b908f10c5bd84891e5ba0e6c4c97529aa3e24508 Mon Sep 17 00:00:00 2001 From: fappels Date: Sun, 30 Aug 2015 11:50:47 +0200 Subject: [PATCH] Fix missing product label in package tab --- 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 9e8cd7acef3..96e4c955cd6 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -204,7 +204,7 @@ if ($id > 0 || ! empty($ref)) print ''; // Label - print ''.$langs->trans("Label").''.$object->libelle.''; + print ''.$langs->trans("Label").''.$object->label.''; print ''; // Nature