From 57452e11bb0030a390a7f9742772fc08ef40b865 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 May 2004 13:58:02 +0000 Subject: [PATCH] Mise aux normes affichage --- htdocs/commande/fiche.php | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index b43b74ba429..c7366eec62b 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -400,8 +400,14 @@ else $author = new User($db); $author->id = $commande->user_author_id; $author->fetch(); + + + $head[0][0] = DOL_URL_ROOT.'/commande/fiche.php?id='.$commande->id; + $head[0][1] = "Commande : $commande->ref"; + $h = 1; + $a = 0; - print_titre("Commande : ".$commande->ref); + dolibarr_fiche_head($head, $a); /* * Confirmation de la suppression de la commande @@ -664,6 +670,9 @@ else * Fin Ajout ligne * */ + + print ''; + if ($user->societe_id == 0 && $commande->statut < 3) { print '

'; @@ -800,18 +809,6 @@ else print "\n"; print ''; - print_titre("Actions"); - /* - * Liste des actions - * - */ - - - /* - * - * - */ - } /* *