commit
9693587780
@ -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 (isModEnabled('commande')) {
|
|||||||
$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