[FIX] readme sample

This commit is contained in:
KKamaa
2022-04-15 14:05:47 +03:00
committed by grzana12
parent fbb8c59769
commit 90cf430559

View File

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