mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 22:41:30 +01:00
* Fix Attributes values shall be ordered by position when retrieved from the table The order of attribute values can be modified manually. This is recorded via the "position" key in the table "llx_product_attribute_value". However, this order is not taken into account when the attribute values are retrieved via the function fetchAllByProductAttribute() from ProductAttributeValue.class.php * correction d'une coquille