diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
index dd1b055e36c885955ca07254bf74ebc4e2a38882..eaeedc1d13e7df27bda28e8227e32601bfcbe237 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
@@ -54,7 +54,8 @@
                base_form python:getattr(here,request[\'form_id\']);\n
                groups base_form/get_groups;\n
                listbox python:base_form.Form_getListbox();\n
-               columns python:listbox.get_value(\'all_columns\');\n
+               default_columns python: listbox.get_value(\'columns\');\n
+               columns python: default_columns + [x for x in listbox.get_value(\'sort_columns\') if x not in default_columns];\n
                global row_index python:0;\n
                global row_keys python:[\'None\'];\n
                all_columns python: [(\'None\',\'\')] + columns;">\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index 61600586722136b9b61d27b677ff56404c3db199..086d92f2e1873e433f790142b71c3799e62b8f57 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-928
+929
\ No newline at end of file