Files
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
..
2023-02-18 14:00:25 +01:00
2023-02-27 10:34:28 +01:00
2023-04-08 01:43:21 +02:00
2023-02-14 22:56:12 +01:00
2022-09-07 20:08:59 +02:00
2022-10-12 15:29:30 +02:00
2023-04-19 13:58:08 +02:00
2023-04-19 13:58:08 +02:00