Skip to content

Commit 882f0b7

Browse files
authored
Fix: Run Report Legacy (PanJiaChen#2933)
1 parent 84b2a8e commit 882f0b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ADempiere/TabManager/convenienceButtons/PrintProcess.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,10 @@ export default defineComponent({
203203
summary: process.description,
204204
type: 'info'
205205
})
206-
store.dispatch('generateReportViwer', {
206+
store.dispatch('runReport', {
207207
containerUuid: process.uuid,
208208
reportUuid: process.uuid,
209+
recordId: recordId.value,
209210
reportId: process.internal_id,
210211
printFormatId: command.id,
211212
tableName: command.table_name,

0 commit comments

Comments
 (0)