mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 01:23:00 +01:00
* FIX not possible to search for billed and not billed supplier orders in the list as the current implemenation the $billed var can be either 0 or 1 but cannot be empty if both should be searched. This prevents searching an supplier order through the general search functionality as it finds only not yet billed orders. * Update list.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>