From 221d44a4b8cd03544d11242f9dd942bd9da79000 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Mar 2015 18:54:12 +0100 Subject: [PATCH] br at wrong place --- htdocs/fourn/card.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index c88dae2e8f3..40d51c89b90 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -305,6 +305,8 @@ if ($object->id > 0) print ''.$langs->trans("ShowSupplierPreview").''; print ''; print ''; + print '
'; + /* * List of products @@ -361,8 +363,6 @@ if ($object->id > 0) } - print '
'; - /* * Last orders */ @@ -370,8 +370,6 @@ if ($object->id > 0) if ($user->rights->fournisseur->commande->lire) { - - // TODO move to DAO class // Check if there are supplier orders billable $sql2 = 'SELECT s.nom, s.rowid as socid, s.client, c.rowid, c.ref, c.total_ht, c.ref_supplier,';