[FIX] readme sample

pull/681/head
KKamaa 2022-04-15 14:05:47 +03:00 committed by grzana12
parent fbb8c59769
commit 90cf430559
1 changed files with 3 additions and 2 deletions

View File

@ -85,8 +85,9 @@ odoo.define("report_qweb_encrypt.Dialog", function (require) {
}) })
); );
reportUrls = _.mapObject(reportUrls, function (value) { reportUrls = _.mapObject(reportUrls, function (value) {
value += serializedOptionsPath; var val = value;
return value; val += serializedOptionsPath;
return val;
}); });
} }
} }