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,';