diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php b/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
index cddeff27651..41e1570ae83 100644
--- a/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
+++ b/htdocs/accountancy/bookkeeping/thirdparty_lettrage.php
@@ -22,7 +22,7 @@
/**
* \file accounting/bookkeeping/thirdparty_lettrage.php
- * \ingroup Accounting Expert
+ * \ingroup Advanced accountancy
* \brief Onglet de gestion de parametrages des ventilations
*/
diff --git a/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php b/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
index 7dfb7067a31..17f0194628d 100644
--- a/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
+++ b/htdocs/accountancy/bookkeeping/thirdparty_lettrage_supplier.php
@@ -22,8 +22,8 @@
/**
* \file accounting/bookkeeping/thirdparty_lettrage.php
- * \ingroup Accounting Expert
- * \brief Onglet de gestion de parametrages des ventilations
+ * \ingroup Advanced accountancy
+ * \brief Tab to setup lettering
*/
// Dolibarr environment
diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
index 70d7a88c55b..97721669f91 100644
--- a/htdocs/accountancy/class/lettering.class.php
+++ b/htdocs/accountancy/class/lettering.class.php
@@ -19,8 +19,8 @@
/**
* \file accountancy/class/bookkeeping.class.php
- * \ingroup Accounting Expert
- * \brief Fichier de la classe des comptes comptable
+ * \ingroup Advanced accountancy
+ * \brief File of class for lettering
*/
include_once DOL_DOCUMENT_ROOT."/accountancy/class/bookkeeping.class.php";
diff --git a/htdocs/accountancy/customer/card.php b/htdocs/accountancy/customer/card.php
index a10cd24adc4..d307169dfcc 100644
--- a/htdocs/accountancy/customer/card.php
+++ b/htdocs/accountancy/customer/card.php
@@ -18,9 +18,9 @@
*/
/**
- * \file htdocs/accountancy/customer/card.php
- * \ingroup Accountancy
- * \brief Card customer ventilation
+ * \file htdocs/accountancy/customer/card.php
+ * \ingroup Advanced accountancy
+ * \brief Card customer ventilation
*/
require '../../main.inc.php';
@@ -47,11 +47,11 @@ if ($user->societe_id > 0)
if ($action == 'ventil' && $user->rights->accounting->bind->write) {
if (! GETPOST('cancel', 'alpha')) {
if ($codeventil < 0) $codeventil = 0;
-
+
$sql = " UPDATE " . MAIN_DB_PREFIX . "facturedet";
$sql .= " SET fk_code_ventilation = " . $codeventil;
$sql .= " WHERE rowid = " . $id;
-
+
$resql = $db->query($sql);
if (! $resql) {
setEventMessages($db->lasterror(), null, 'errors');
diff --git a/htdocs/accountancy/customer/index.php b/htdocs/accountancy/customer/index.php
index f1bea3bd4a1..b46739ca1c2 100644
--- a/htdocs/accountancy/customer/index.php
+++ b/htdocs/accountancy/customer/index.php
@@ -21,9 +21,9 @@
*/
/**
- * \file htdocs/accountancy/customer/index.php
+ * \file htdocs/accountancy/customer/index.php
* \ingroup Advanced accountancy
- * \brief Home customer journalization page
+ * \brief Home customer journalization page
*/
require '../../main.inc.php';
@@ -363,7 +363,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
}
print "\n";
-
+
if (! empty($conf->margin->enabled)) {
print "
\n";
print '