Update index.php
This commit is contained in:
parent
28797930fc
commit
a8d480ee2d
@ -31,6 +31,8 @@
|
|||||||
* \brief Main page of accountancy area
|
* \brief Main page of accountancy area
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// Load Dolibarr environment
|
||||||
require '../main.inc.php';
|
require '../main.inc.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';
|
||||||
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
|
||||||
@ -54,6 +56,7 @@ if (!empty($conf->commande->enabled)) {
|
|||||||
$langs->load("orders");
|
$langs->load("orders");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Get parameters
|
||||||
$action = GETPOST('action', 'aZ09');
|
$action = GETPOST('action', 'aZ09');
|
||||||
$bid = GETPOST('bid', 'int');
|
$bid = GETPOST('bid', 'int');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user