Skip to content

Commit

Permalink
fix: Open Smart Browse on button field. (PanJiaChen#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Apr 11, 2024
1 parent fb4ae9f commit 7bec3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ADempiere/FieldDefinition/FieldButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default {
parentUuid: this.parentUuid,
containerUuid: this.containerUuid,
uuid: this.metadata.process.uuid,
browserUuid: this.metadata.process.browser.uuid
browserUuid: this.metadata.process.browse.uuid
}),
isEnabled: () => generateReportOfWindow.enabled({
parentUuid: this.parentUuid,
Expand Down

0 comments on commit 7bec3d8

Please sign in to comment.