diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index a9a1648bb36..7ae77169e56 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -1341,6 +1341,8 @@ if ($id > 0 || ! empty($ref)) $object=$commande; + if ($somethingshown) print '
'; + /* * Linked object block */ diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 814fa32d209..11f71240655 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -1806,6 +1806,8 @@ else $object=$fac; + if ($somethingshown) print '
'; + /* * Linked object block */