Skip to content

Commit

Permalink
fixup! [FIX] 2665 popup wizard for async
Browse files Browse the repository at this point in the history
  • Loading branch information
KKamaa committed Mar 13, 2022
1 parent fe47ef2 commit ee5d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report_async/static/src/js/qweb_action_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ odoo.define('report_async.print', function(require) {
}
}
else {
s// default to normal approach to generate report
// default to normal approach to generate report
return _super.apply(self, [action, options]);
}
}},
Expand Down

0 comments on commit ee5d396

Please sign in to comment.