diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index fced62b1979..6cdd5642532 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1783,7 +1783,7 @@ else
print '
';
// Show object lines
- if (! empty($object->lines)) $object->printObjectLines(0,$mysoc,$soc);
+ if (! empty($object->lines)) $object->printObjectLines(1,$mysoc,$soc);
/*
* Form to add new line
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index a1ac40d7a62..4d152cb17fb 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -2534,7 +2534,7 @@ else
print '';
// Show object lines
- if (! empty($object->lines)) $object->printObjectLines(0,$mysoc,$soc);
+ if (! empty($object->lines)) $object->printObjectLines(1,$mysoc,$soc);
/*
* Form to add new line