diff --git a/src/components/ADempiere/Report/Data/DataCells.vue b/src/components/ADempiere/Report/Data/DataCells.vue
index 93b6ea8106..90b5729f87 100644
--- a/src/components/ADempiere/Report/Data/DataCells.vue
+++ b/src/components/ADempiere/Report/Data/DataCells.vue
@@ -21,7 +21,39 @@ along with this program. If not, see .
:style="cellStyle(attributes.code, rowData)"
>
- {{ displayLabel(attributes, rowData) }}
+
+
+ {{ displayLabel(attributes, rowData) }}
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.processActivity.zoomIn') }} {{ ' - ' + zoom.name + ' ( ' + displayLabel(attributes, rowData) + ' )' }}
+
+
+
+
+
+ {{ displayLabel(attributes, rowData) }}
+
.