We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b2a8e commit 882f0b7Copy full SHA for 882f0b7
src/components/ADempiere/TabManager/convenienceButtons/PrintProcess.vue
@@ -203,9 +203,10 @@ export default defineComponent({
203
summary: process.description,
204
type: 'info'
205
})
206
- store.dispatch('generateReportViwer', {
+ store.dispatch('runReport', {
207
containerUuid: process.uuid,
208
reportUuid: process.uuid,
209
+ recordId: recordId.value,
210
reportId: process.internal_id,
211
printFormatId: command.id,
212
tableName: command.table_name,
0 commit comments