Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:45:58 +02:00
parent aa1ff28158
commit f357d3c5ab

View File

@ -353,6 +353,8 @@ abstract class ModeleAccountancyCode
*/
function get_code($db, $societe, $type='')
{
global $langs;
return $langs->trans("NotAvailable");
}
}