Skip to content
Snippets Groups Projects
Commit f357d3c5 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Missing global declaration

parent aa1ff281
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,8 @@ abstract class ModeleAccountancyCode
*/
function get_code($db, $societe, $type='')
{
global $langs;
return $langs->trans("NotAvailable");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment