changeset ac9eb199d268 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=ac9eb199d268
description:
        Set header as last parameter of export_data_domain

        issue11885
        review424251003
diffstat:

 src/window.js |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r fc7cf7156c3c -r ac9eb199d268 src/window.js
--- a/src/window.js     Tue Nov 08 21:54:01 2022 +0100
+++ b/src/window.js     Sun Nov 13 10:07:52 2022 +0100
@@ -2008,8 +2008,8 @@
                             'model.' + this.screen.model_name +
                             '.export_data_domain'),
                         'params': [
-                            domain, fields, header, offset, limit,
-                            this.screen.order, this.context],
+                            domain, fields, offset, limit, this.screen.order,
+                            header, this.context],
                     }, this.session);
                 }
                 prm.then(data => {

Reply via email to