diff --git a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml
index 406c4352e4344112548fcdb1cba5a438524c32ef..498836fd2be1cfc0fc65158363597aa56b9e3b82 100644
--- a/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml
+++ b/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_reset.xml
@@ -102,6 +102,10 @@ stool.setSelectionFor(\'accounting_transaction_module_grouping_reference_fast_in
 stool.setSelectionFor(\'entity_transaction_selection\', None)\n
 stool.setSelectionFor(\'account_module_selection\', None)\n
 \n
+# set sort order on accounting module\n
+stool.setSelectionParamsFor(\'accounting_selection\', dict()) # (this recreates selection)\n
+stool.setSelectionSortOrder(\'accounting_selection\', sort_on=((\'operation_date\', \'ascending\'),))\n
+\n
 # set sort order and columns on account module\n
 stool.setSelectionParamsFor(\'account_module_selection\', dict()) # (this recreates selection)\n
 stool.setSelectionSortOrder(\'account_module_selection\', sort_on=((\'preferred_gap_id\', \'ascending\'),))\n
diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision
index 946b551d71c2c264c949222738cfc5f55c684175..4be28fd89c294b35df49187879b2fe9bce6997ae 100644
--- a/bt5/erp5_accounting_ui_test/bt/revision
+++ b/bt5/erp5_accounting_ui_test/bt/revision
@@ -1 +1 @@
-191
\ No newline at end of file
+194
\ No newline at end of file