From 332cf09480cb528475187ec0f38b04f51e752069 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Feb 2007 01:52:19 +0000 Subject: [PATCH] Fix: Titre non uniforme --- htdocs/commande/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/document.php b/htdocs/commande/document.php index 601d486027a..35dac289d4e 100644 --- a/htdocs/commande/document.php +++ b/htdocs/commande/document.php @@ -106,7 +106,7 @@ if ($id > 0) $societe->fetch($commande->socid); $head = commande_prepare_head($commande); - dolibarr_fiche_head($head, 'documents', $langs->trans('Order')); + dolibarr_fiche_head($head, 'documents', $langs->trans('CustomerOrder')); // Construit liste des fichiers clearstatcache();