diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_view/listbox_period_list.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_view/listbox_period_list.xml index 65c03a1a581b819e6cfd8449a91897e1e3d302ec..d4f5151c450f461928e1ea07f0845691da9c7816 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_view/listbox_period_list.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingPeriod_view/listbox_period_list.xml @@ -11,6 +11,7 @@ <value> <list> <string>selection_name</string> + <string>sort</string> </list> </value> </item> @@ -93,6 +94,17 @@ <key> <string>selection_name</string> </key> <value> <string>accounting_period_accounting_period_selection</string> </value> </item> + <item> + <key> <string>sort</string> </key> + <value> + <list> + <tuple> + <string>start_date</string> + <string>ASC</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>target</string> </key> <value> <string>Click to edit the target</string> </value> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 6017717271fbc6c6ee90122bf2d97ae1c876591f..d64a39ca9736c1312838fb920d04a0dfd99078e1 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1451 \ No newline at end of file +1452 \ No newline at end of file