mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Qual: Missing global declaration
This commit is contained in:
parent
e7d9423812
commit
70606d04ea
|
|
@ -70,7 +70,7 @@ class mod_livraison_jade extends ModeleNumRefDeliveryOrder
|
|||
*/
|
||||
function canBeActivated()
|
||||
{
|
||||
global $langs,$conf;
|
||||
global $langs,$conf,$db;
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user