FIX returned args with reverse()
This commit is contained in:
@@ -1,5 +1 @@
|
||||
# coding: utf-8
|
||||
# © 2017 David BEAL @ Akretion
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import controllers
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
# coding: utf-8
|
||||
# © 2017 David BEAL @ Akretion
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import export
|
||||
|
||||
@@ -21,4 +21,5 @@ class Export_(Export):
|
||||
"""
|
||||
response = super(Export_, self).formats()
|
||||
# put xls, before csv
|
||||
return [response[1], response[0]]
|
||||
response.reverse()
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user