Topic: Frontaccounting 2.4.4 bug in Import transactions extension

Import transactions extension version 2.4.0-5 won't start, and I discovered why:
in the file 'modules/import_transactions/hooks.php' line 7 states:
        $this->module_name = 'import_transations';
Mind the typo! Since line 19 says
$path_to_root.'/modules/'.$this->module_name.'/import_transactions.php', 'SA_CSVTRANSACTIONS');
the link to this extension in the "Banking and General Ledger" (Maintainance-tab) is corrupted and the file is not found because of this error.

When I correct the type-error on line 7 in the file 'modules/import_transactions/hooks.php' to

        $this->module_name = 'import_transactions';

the module displays normally

I would like to report this bug in the Mantis bug tracking system, but it won't let me create an account, so perhaps someone else can report it for me.

Re: Frontaccounting 2.4.4 bug in Import transactions extension

The official extensions repo has not been updated in a while. The file stands okay in the FA24extensions repo.
Take the files for your extension from:
https://github.com/apmuthu/FA24extensio … ansactions.