From e4ec2bf0ab7e1c05b5b91231890234afc78edc9f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 Dec 2008 12:10:39 +0000 Subject: [PATCH] Minor estethical change --- htdocs/compta/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index ac6fa6c8c54..2f8a808e15e 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -526,7 +526,7 @@ if ($_GET["id"] > 0) $num = $db->num_rows($result); if ($num) { - print '
'; + if ($somethingshown) print '
'; print_titre($langs->trans("RelatedBills")); $i = 0; $total = 0; print '';