Update bilan.php
This commit is contained in:
parent
c3afd7ab4f
commit
ee799693b1
@ -18,16 +18,19 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/compta/bank/bilan.php
|
* \file htdocs/compta/bank/bilan.php
|
||||||
* \ingroup banque
|
* \ingroup compta/bank
|
||||||
* \brief Page de bilan
|
* \brief Page of Balance sheet
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// Load Dolibarr environment
|
||||||
require '../../main.inc.php';
|
require '../../main.inc.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/compta/bank/class/account.class.php';
|
||||||
|
|
||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadLangs(array('banks', 'categories'));
|
$langs->loadLangs(array('banks', 'categories'));
|
||||||
|
|
||||||
|
// Security Check Access Control
|
||||||
if (empty($user->rights->banque->lire)) {
|
if (empty($user->rights->banque->lire)) {
|
||||||
accessforbidden();
|
accessforbidden();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user