changeset 45f059590a5b in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=45f059590a5b
description:
        Remove unused fields from export_csv

        rev 2fe23af89625 removed from the caller.

        issue11886
        review441721003
diffstat:

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

diffs (12 lines):

diff -r ac9eb199d268 -r 45f059590a5b src/window.js
--- a/src/window.js     Sun Nov 13 10:07:52 2022 +0100
+++ b/src/window.js     Sun Nov 13 10:11:11 2022 +0100
@@ -2021,7 +2021,7 @@
                 this.destroy();
             }
         },
-        export_csv: function(fields, data, paths) {
+        export_csv: function(data, paths) {
             var locale_format = this.el_csv_locale.prop('checked');
             var unparse_obj = {};
             unparse_obj.data = data.map(function(row, i) {

Reply via email to