mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Qual: Missing global declaration
This commit is contained in:
@@ -70,7 +70,7 @@ class mod_livraison_jade extends ModeleNumRefDeliveryOrder
|
||||
*/
|
||||
function canBeActivated()
|
||||
{
|
||||
global $langs,$conf;
|
||||
global $langs,$conf,$db;
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user