Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:16:22 +02:00
parent 9960e5aa8f
commit 71cd774d04

View File

@ -67,7 +67,7 @@ class mod_facture_mars extends ModeleNumRefFactures
*/
function canBeActivated()
{
global $langs,$conf;
global $langs,$conf,$db;
$langs->load("bills");