From 2395c1ca11ce8ae7162983db176f20bee7e874e5 Mon Sep 17 00:00:00 2001
From: GUERRIER Kevin <guerrier.k@gmail.com>
Date: Fri, 4 Sep 2015 21:58:09 +0200
Subject: [PATCH] fix comment in file description

---
 htdocs/compta/bank/document.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/compta/bank/document.php b/htdocs/compta/bank/document.php
index c6b66dcacc7..0b588fa64d0 100644
--- a/htdocs/compta/bank/document.php
+++ b/htdocs/compta/bank/document.php
@@ -20,9 +20,9 @@
  */
 
 /**
- * 	\file       htdocs/commande/document.php
- * 	\ingroup    order
- * 	\brief      Page de gestion des documents attachees a une commande
+ * 	\file       htdocs/compta/bank/document.php
+ * 	\ingroup    banque
+ * 	\brief      Page de gestion des documents attaches a un compte bancaire
  */
 require('../../main.inc.php');
 require_once(DOL_DOCUMENT_ROOT . "/core/lib/bank.lib.php");
-- 
GitLab