From 88e2583472c396106c3ba2e634c3d1f2d115b0f7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 May 2009 10:44:38 +0000 Subject: [PATCH] Doc --- htdocs/fourn/commande/fiche.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 4334e61078a..77aba4913f6 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -537,7 +537,6 @@ if ($id > 0 || ! empty($ref)) } /* * Confirmation de l'approbation - * */ if ($_GET['action'] == 'approve') { @@ -596,6 +595,11 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; + // Ref supplier +/* print ''.$langs->trans("RefSupplier").""; + print ''.$commande->ref_supplier.''; + print ''; +*/ // Fournisseur print ''.$langs->trans("Supplier").""; print ''.$soc->getNomUrl(1,'supplier').'';