dolibarr/htdocs/expedition/class
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
..
api_shipments.class.php API add / fix filter on extrafields in index() 2023-04-28 09:31:33 +02:00
expedition.class.php Debug 18 2023-04-18 14:04:27 +02:00
expeditionlinebatch.class.php NEW - Add a trigger when create a shipping line batch and fix propagate missing errors 2023-03-07 14:58:55 +01:00
expeditionstats.class.php Fix missing abstract methods 2022-11-17 10:21:26 +01:00