From bee3592e59b595eed76c96a4dcd76e3cab484941 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Mar 2011 00:03:03 +0000 Subject: [PATCH] Fix: Missing br --- htdocs/fourn/commande/fiche.php | 2 ++ htdocs/fourn/facture/fiche.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index ef31e077a9d..b5f15eea3ef 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -1368,6 +1368,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 69a92b7798c..0f635b6821e 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -1839,6 +1839,8 @@ else $object=$fac; + if ($somethingshown) print '
'; + /* * Linked object block */