diff --git a/htdocs/core/lib/order.lib.php b/htdocs/core/lib/order.lib.php
index c0f852ebf59..18c3d7580a2 100644
--- a/htdocs/core/lib/order.lib.php
+++ b/htdocs/core/lib/order.lib.php
@@ -165,7 +165,7 @@ function order_admin_prepare_head()
$head[$h][1] = $langs->trans("ExtraFields");
$nbExtrafields = $extrafields->attributes['commande']['count'];
if ($nbExtrafields > 0) {
- $head[$h][1] .= ''.$nbExtrafields.'';
+ $head[$h][1] .= ''.$nbExtrafields.'';
}
$head[$h][2] = 'attributes';
$h++;
@@ -174,7 +174,7 @@ function order_admin_prepare_head()
$head[$h][1] = $langs->trans("ExtraFieldsLines");
$nbExtrafields = $extrafields->attributes['commandedet']['count'];
if ($nbExtrafields > 0) {
- $head[$h][1] .= ''.$nbExtrafields.'';
+ $head[$h][1] .= ''.$nbExtrafields.'';
}
$head[$h][2] = 'attributeslines';
$h++;