forked from Wavyzz/dolibarr
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.