dolibarr/htdocs/commande
VMR Global Solutions 926aa6fec7
API add / fix filter on extrafields in index()
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)
2023-04-28 09:31:33 +02:00
..
class API add / fix filter on extrafields in index() 2023-04-28 09:31:33 +02:00
stats Fix inline css 2023-02-18 14:00:25 +01:00
tpl user hasRight 2023-02-27 10:34:28 +01:00
agenda.php Clean code 2023-04-08 01:43:21 +02:00
card.php fix: typo in constant MAIN_AUTOFILL_DATE_ORDER 2023-04-23 14:55:10 +09:00
contact.php use user->hasRight 2023-02-14 22:56:12 +01:00
customer.php add comment 2022-09-07 20:08:59 +02:00
document.php Debug v17. Bad param for selection of project 2023-01-17 13:50:23 +01:00
index.php Fix trans in comments 2022-10-12 15:29:30 +02:00
list_det.php use isModEnabled 2023-04-19 13:58:08 +02:00
list.php use isModEnabled 2023-04-19 13:58:08 +02:00
note.php Debug v17. Bad param for selection of project 2023-01-17 13:50:23 +01:00