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) |
||
|---|---|---|
| .. | ||
| class | ||
| stats | ||
| tpl | ||
| agenda.php | ||
| card.php | ||
| contact.php | ||
| customer.php | ||
| document.php | ||
| index.php | ||
| list_det.php | ||
| list.php | ||
| note.php | ||