diff --git a/src/components/ADempiere/Badge/index.vue b/src/components/ADempiere/Badge/index.vue index f17293c8..b32b878a 100644 --- a/src/components/ADempiere/Badge/index.vue +++ b/src/components/ADempiere/Badge/index.vue @@ -8,7 +8,7 @@ - - - - - + + + @@ -75,7 +74,7 @@ export default { }, handleCurrentChange(getRecordNotification, val, index, rows) { if (val !== null) { - if (getRecordNotification && getRecordNotification.isReport) { + if (getRecordNotification && getRecordNotification.isReport && val.className !== 'procesActivity') { this.$router.push({ name: 'Report Viewer', params: { diff --git a/src/views/ADempiere/ProcessActivity/index.vue b/src/views/ADempiere/ProcessActivity/index.vue index 6e60fbd7..a9f3b305 100644 --- a/src/views/ADempiere/ProcessActivity/index.vue +++ b/src/views/ADempiere/ProcessActivity/index.vue @@ -1,5 +1,5 @@