mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] readme sample
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user