I tried to update dolibarr from 16.0.3 up to the current version 20.0.2. So far it succeeded, but I do have an error code when I want to use a custom module for time-tracking.
To me it seems that there is an invalid dolibarr internal filter-order which then may result in an invalid sql-order. At this point, I would like to highlight that there was not a problem with this module before the update. Here is the error-code:
sql=SELECT DISTINCT p.rowid, p.ref FROM llx_projet as p LEFT JOIN llx_element_contact as ec ON ec.element_id = p.rowid WHERE p.entity IN (1) AND ( p.public = 1 OR ( ec.fk_c_type_contact IN (161,160) AND ec.fk_socpeople = 7) ). This error message always appears above in my dolibarr
