Skip to content
Snippets Groups Projects
Commit 1dd12db3 authored by Regis Houssin's avatar Regis Houssin
Browse files

Todo: Use hookmanager for external modules

parent 429851cb
No related branches found
No related tags found
No related merge requests found
...@@ -1179,7 +1179,8 @@ class BonPrelevement extends CommonObject ...@@ -1179,7 +1179,8 @@ class BonPrelevement extends CommonObject
// Build file for Spain // Build file for Spain
if ($mysoc->country_code=='ES') if ($mysoc->country_code=='ES')
{ {
if ($conf->esaeb->enabled) // TODO replace by a hook (external modules)
if ($conf->esaeb->enabled)
{ {
//Head //Head
$esaeb19 = new AEB19DocWritter; $esaeb19 = new AEB19DocWritter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment