mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
* optimize SQL query in BOM dropdown by joining product table directly and removing redundant Product object creation * Change JOIN to INNER JOIN in SQL query --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>