diff --git a/htdocs/compta/commande/liste.php b/htdocs/compta/commande/liste.php index 3d72d00e9fc..9c708a736ed 100644 --- a/htdocs/compta/commande/liste.php +++ b/htdocs/compta/commande/liste.php @@ -22,11 +22,11 @@ */ /** - \file htdocs/compta/commande/liste.php - \ingroup commande - \brief Page liste des commandes - \version $Revision$ -*/ + * \file htdocs/compta/commande/liste.php + * \ingroup commande + * \brief Page liste des commandes + * \version $Revision$ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php"); @@ -106,7 +106,7 @@ if ($resql) { $title = $langs->trans("ListOfOrders"); } - // Si page des commandes � facturer + // Si page des commandes a facturer $link=DOL_URL_ROOT."/compta/commande/fiche.php"; $title.=" - ".$langs->trans("StatusOrderToBill"); $param="&socid=".$socid."&year=".$_GET["year"]."&month=".$_GET["month"]; @@ -139,7 +139,7 @@ if ($resql) $generic_commande->ref=$objp->ref; print ''; - print ''; diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 88685deb62d..d52f5e6e418 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -341,7 +341,7 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; print ''; - print ''; + print ''; print ''; print ''; print ''; diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php index 791d0e1d310..8525783b8ff 100644 --- a/htdocs/fourn/commande/contact.php +++ b/htdocs/fourn/commande/contact.php @@ -19,11 +19,11 @@ */ /** - \file htdocs/commande/contact.php - \ingroup commande - \brief Onglet de gestion des contacts de commande - \version $Id$ -*/ + * \file htdocs/commande/contact.php + * \ingroup commande + * \brief Onglet de gestion des contacts de commande + * \version $Id$ + */ require ("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"); @@ -176,7 +176,7 @@ if ($id > 0 || ! empty($ref)) $head = ordersupplier_prepare_head($commande); - dol_fiche_head($head, 'contact', $langs->trans("SupplierOrder")); + dol_fiche_head($head, 'contact', $langs->trans("SupplierOrder"), 0, 'order'); /* diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index f0f1990942c..6296888dd94 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -20,10 +20,10 @@ */ /** - \file htdocs/fourn/commande/fiche.php - \ingroup commande - \brief Fiche de ventilation des commandes fournisseurs - \version $Id$ + * \file htdocs/fourn/commande/fiche.php + * \ingroup commande + * \brief Fiche de ventilation des commandes fournisseurs + * \version $Id$ */ require('./pre.inc.php'); @@ -45,7 +45,7 @@ $id = isset($_GET["id"])?$_GET["id"]:''; if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'commande_fournisseur', $id,''); -// Récupération de l'id de projet +// R�cup�ration de l'id de projet $projetid = 0; if ($_GET["projetid"]) $projetid = $_GET["projetid"]; @@ -108,7 +108,7 @@ if ($id > 0 || ! empty($ref)) $head = ordersupplier_prepare_head($commande); $title=$langs->trans("SupplierOrder"); - dol_fiche_head($head, 'dispatch', $title); + dol_fiche_head($head, 'dispatch', $title, 0, 'order'); /* * Commande @@ -218,7 +218,7 @@ if ($id > 0 || ! empty($ref)) while ($i < $num) { $objp = $db->fetch_object($resql); - // On n'affiche pas les produits personnalisés + // On n'affiche pas les produits personnalis�s if ($objp->fk_product) { $var=!$var; @@ -376,7 +376,7 @@ if ($id > 0 || ! empty($ref)) } else { - // Commande non trouvée + // Commande non trouv�e dol_print_error($db); } } diff --git a/htdocs/fourn/commande/document.php b/htdocs/fourn/commande/document.php index e989f8a0f38..2fb8a8b5580 100644 --- a/htdocs/fourn/commande/document.php +++ b/htdocs/fourn/commande/document.php @@ -20,10 +20,10 @@ */ /** - \file htdocs/fourn/commande/document.php - \ingroup supplier - \brief Page de gestion des documents attachees a une commande fournisseur - \version $Id$ + * \file htdocs/fourn/commande/document.php + * \ingroup supplier + * \brief Page de gestion des documents attachees a une commande fournisseur + * \version $Id$ */ require('./pre.inc.php'); @@ -128,7 +128,7 @@ if ($id > 0 || ! empty($ref)) $head = ordersupplier_prepare_head($commande); - dol_fiche_head($head, 'documents', $langs->trans('SupplierOrder')); + dol_fiche_head($head, 'documents', $langs->trans('SupplierOrder'), 0, 'order'); // Construit liste des fichiers diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index b67b57141f8..57dc3ac1f8e 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -510,7 +510,7 @@ if ($id > 0 || ! empty($ref)) $head = ordersupplier_prepare_head($commande); $title=$langs->trans("SupplierOrder"); - dol_fiche_head($head, 'card', $title); + dol_fiche_head($head, 'card', $title, 0, 'order'); /* * Confirmation de la suppression de la commande diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index aaf33ea187e..58b297653ee 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -68,7 +68,7 @@ if ($id > 0 || ! empty($ref)) $head = ordersupplier_prepare_head($commande); $title=$langs->trans("SupplierOrder"); - dol_fiche_head($head, 'info', $title); + dol_fiche_head($head, 'info', $title, 0, 'order'); /* diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php index fd2b74925de..886800f6e88 100644 --- a/htdocs/fourn/commande/note.php +++ b/htdocs/fourn/commande/note.php @@ -19,11 +19,11 @@ */ /** - \file htdocs/fourn/commande/note.php - \ingroup commande - \brief Fiche note commande - \version $Id$ -*/ + * \file htdocs/fourn/commande/note.php + * \ingroup commande + * \brief Fiche note commande + * \version $Id$ + */ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/fourn.lib.php"); @@ -91,7 +91,7 @@ if ($id > 0 || ! empty($ref)) $head = ordersupplier_prepare_head($commande); $title=$langs->trans("SupplierOrder"); - dol_fiche_head($head, 'note', $title); + dol_fiche_head($head, 'note', $title, 0, 'order'); /* @@ -171,7 +171,7 @@ if ($id > 0 || ! empty($ref)) } else { - /* Commande non trouvée */ + /* Commande non trouv�e */ print "Commande inexistante"; } }
'; + print ''; print $generic_commande->getNomUrl(1); print ''.$langs->trans('PriceUHT').''.$langs->trans('Qty').''.$langs->trans('ReductionShort').''.$langs->trans('AmountHT').''.$langs->trans('AmountHT').'