diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 2269d9c7395..abc70b6dd3c 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -214,8 +214,7 @@ $html = new Form($db); * * Mode creation * - * - ************************************************************************/ + *********************************************************************/ if ($_GET["action"] == 'create' && $user->rights->commande->creer) { print_titre($langs->trans("CreateOrder")); @@ -327,9 +326,11 @@ if ($_GET["action"] == 'create' && $user->rights->commande->creer) dolibarr_print_error($db); } + $NBLINES=8; + print '
| 20 Produits les plus vendus | '.$langs->trans("Qty").' | '.$langs->trans("Discount").' |
| '.$langs->trans("ProductsAndServices").' | '.$langs->trans("Qty").' | '.$langs->trans("Discount").' |
| '; print ' | '; |