mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index() by changing the SQL query with the pattern " FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid) |
||
|---|---|---|
| .. | ||
| actions_ticket.class.php | ||
| api_tickets.class.php | ||
| cticketcategory.class.php | ||
| ticket.class.php | ||
| ticketstats.class.php | ||