diff --git a/htdocs/compta/commande.php b/htdocs/compta/commande.php index 19109729dc3..cdac55641a0 100644 --- a/htdocs/compta/commande.php +++ b/htdocs/compta/commande.php @@ -283,7 +283,7 @@ if ($_GET["id"] > 0) { print "".$user->fullname."\n"; } - print ''.price($objp->total).''; + print ''.price($objp->total).''; print ""; $total = $total + $objp->total; $i++; @@ -309,10 +309,11 @@ if ($_GET["id"] > 0) if ($user->societe_id == 0 && !$commande->facturee) { print "
\n"; - if ($user->rights->facture->creer) - print 'Facturer'; + { + print 'Facturer'; + } if (!$commande->facturee && $num_fac_asso) {