Comment 1 for bug 854730

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello,

The problem occurs in selection fields because in selection field the database storage value is differ then the display value.

Gtk-client are sorting base on database value so it is misbehave on display.

Here selection fields value like these ('product','Stockable Product'),('consu', 'Consumable'),('service','Service')
So sorting are displayed
* Consumable (consu)
* Stockable ..(product)
* Service (service).

But it should be sort base on displayed value.

Thanks.