diff --git a/module/company/view/dynamic.html.php b/module/company/view/dynamic.html.php
index 56e895c221..e974c7834d 100644
--- a/module/company/view/dynamic.html.php
+++ b/module/company/view/dynamic.html.php
@@ -27,14 +27,13 @@
- recTotal}&recPerPage={$pager->recPerPage}"; ?>
- | action->date);?> |
- action->actor);?> |
- action->action);?> |
- action->objectType);?> |
- idAB);?> |
+ action->date;?> |
+ action->actor;?> |
+ action->action;?> |
+ action->objectType;?> |
+ idAB;?> |
action->objectName;?> |
diff --git a/module/my/view/dynamic.html.php b/module/my/view/dynamic.html.php
index c367af76a6..d6d1f4074d 100644
--- a/module/my/view/dynamic.html.php
+++ b/module/my/view/dynamic.html.php
@@ -26,14 +26,13 @@
- recTotal}&recPerPage={$pager->recPerPage}"; ?>
- | action->date);?> |
- action->actor);?> |
- action->action);?> |
- action->objectType);?> |
- idAB);?> |
+ action->date;?> |
+ action->actor;?> |
+ action->action;?> |
+ action->objectType;?> |
+ idAB;?> |
action->objectName;?> |