dolibarr/htdocs/variants/class
thibdrev 0c9610641c
Fix Attributes values shall be ordered by position when retrieved (#26446)
* 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
2023-11-03 16:32:31 +01:00
..
ProductAttribute.class.php Clean code 2023-05-30 13:37:56 +02:00
ProductAttributeValue.class.php Fix Attributes values shall be ordered by position when retrieved (#26446) 2023-11-03 16:32:31 +01:00
ProductCombination.class.php doc 2023-02-20 20:43:23 +01:00
ProductCombination2ValuePair.class.php doc 2023-02-20 20:43:23 +01:00