Skip to content

Commit

Permalink
feat: Add print format report. (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Feb 17, 2022
1 parent 43d6a61 commit 2d81bb4
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 1,377 deletions.
1 change: 1 addition & 0 deletions src/components/ADempiere/ActionMenu/Actions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
v-for="(action, index) in actionsList"
:key="index"
:command="action"
:disabled="!action.enabled"
:divided="true"
>
<div class="contents">
Expand Down
Loading

0 comments on commit 2d81bb4

Please sign in to comment.