Todo: Use hookmanager for external modules

This commit is contained in:
Regis Houssin 2012-04-26 10:54:39 +02:00
parent 429851cb49
commit 1dd12db306

View File

@ -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;