Skip to content

Commit

Permalink
[FIX] possition return modified to print aeroo
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperalta1 committed Nov 9, 2022
1 parent ef9d94b commit 37af0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_report_to_printer_aeroo/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Report to print Aeroo',
'version': "15.0.1.0.0",
'version': "15.0.1.1.0",
'category': 'Reporting Subsystem',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
Expand Up @@ -22,8 +22,8 @@ async function cupsReportActionHandler(action, options, env) {
} else {
env.services.notification.add(env._t("Could not sent to printer!"));
}
return true;
}
return true;
}
}

Expand Down

0 comments on commit 37af0b8

Please sign in to comment.