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()
|
function canBeActivated()
|
||||||
{
|
{
|
||||||
global $langs,$conf;
|
global $langs,$conf,$db;
|
||||||
|
|
||||||
$langs->load("bills");
|
$langs->load("bills");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user