mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-25 02:41:26 +01:00
In the builder module, suggestions are offered by default. Just remove the comments for this to work. Except for this line: //$this->export_sql_end[$r] =' LEFT JOIN '.MAIN_DB_PREFIX.'competence_line as tl ON tl.fk_competence = t.rowid'; A "point" is missing before the "equal": //$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'competence_line as tl ON tl.fk_competence = t.rowid'; The problem is the overwriting of part of the query, if we want to couple other tables.