Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
Bug
The API return null for the
linkedObjectsIds
field when doing a search, but when querying the order directly, it returns the references correctly.Dolibarr Version
20.0.2
Environment PHP
8.2.24
Environment Database
MySQL or MariaDB 10.9.8-MariaDB-1:10.9.8+maria~deb11
Steps to reproduce the behavior and expected behavior
Result of:
GET http://dolibarr_ip/dolibarr/api/index.php/orders?sqlfilters=ref:like:SO2411-0003
Result of:
GET http://dolibarr_ip/dolibarr/api/index.php/orders/5
Attached files
No response