Update bilan.php

This commit is contained in:
UT from dolibit 2022-09-06 18:27:07 +02:00 committed by GitHub
parent c3afd7ab4f
commit ee799693b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,17 +17,20 @@
*/
/**
* \file htdocs/compta/bank/bilan.php
* \ingroup banque
* \brief Page de bilan
* \file htdocs/compta/bank/bilan.php
* \ingroup compta/bank
* \brief Page of Balance sheet
*/
// Load Dolibarr environment
require '../../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
// Load translation files required by the page
$langs->loadLangs(array('banks', 'categories'));
// Security Check Access Control
if (empty($user->rights->banque->lire)) {
accessforbidden();
}