Error accounting journals

Hi,
After the update from 7.0.1 to 7.0.2 I get an error at Accounting -> settings -> accounting journals

Database Type Manager: mysqli
Database fout bij laatste verzoek: SELECT a.rowid as rowid, a.code as code, a.label, a.nature, a.active FROM llx_accounting_journal as a WHERE a.entity=1 WHERE a.entity = 1 ORDER BY code ASC LIMIT 1001
Retourcode voor de meest recente fout bij het toegangsverzoek voor de database: DB_ERROR_SYNTAX
Informatie voor de meest recente database-toegangsverzoekfout: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE a.entity = 1 ORDER BY code ASC LIMIT 1001’ at line 1

In both testing en production systems.
Any idea?

Fixed for 7.0.3
You can find patch here: https://github.com/Dolibarr/dolibarr/pull/8790/files

1 Like

Great! :happy: