mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] make prettier happy
This commit is contained in:
committed by
Elmeri Niemelä
parent
28897159f2
commit
5beeabef02
@@ -23,7 +23,7 @@ odoo.define("report_py3o.report", function (require) {
|
|||||||
if (
|
if (
|
||||||
_.isUndefined(action.data) ||
|
_.isUndefined(action.data) ||
|
||||||
_.isNull(action.data) ||
|
_.isNull(action.data) ||
|
||||||
_.isObject(action.data) && _.isEmpty(action.data)
|
(_.isObject(action.data) && _.isEmpty(action.data))
|
||||||
) {
|
) {
|
||||||
if (action.context.active_ids) {
|
if (action.context.active_ids) {
|
||||||
var activeIDsPath = "/" + action.context.active_ids.join(",");
|
var activeIDsPath = "/" + action.context.active_ids.join(",");
|
||||||
|
|||||||
Reference in New Issue
Block a user