From a7dd41c4dd88e236b4f7faea36b59018bce2745a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 10 Dec 2006 14:36:56 +0000 Subject: [PATCH] Ajout fournisseur --- htdocs/viewimage.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php index 9243163f701..75395a73966 100644 --- a/htdocs/viewimage.php +++ b/htdocs/viewimage.php @@ -214,6 +214,12 @@ if ($modulepart) $original_file=DOL_DATA_ROOT.'/graph/entrepot/'.$original_file; } + // Wrapping pour les graph fournisseurs + if ($modulepart == 'graph_fourn') + { + $accessallowed=1; + $original_file=DOL_DATA_ROOT.'/graph/fournisseur/'.$original_file; + } }