diff --git a/app/templates/Standard/add-edit-view.php b/app/templates/Standard/add-edit-view.php index 4d0d43a45..d6a58418b 100644 --- a/app/templates/Standard/add-edit-view.php +++ b/app/templates/Standard/add-edit-view.php @@ -134,7 +134,9 @@ } } -print '
  • ' . __d('information', 'entity.id', $vv_obj->id) . '
  • '; +if($vv_action != 'add') { + print '
  • ' . __d('information', 'entity.id', $vv_obj->id) . '
  • '; +} if($vv_action == 'add' || $vv_action == 'edit') { // We don't want/need to output these for view actions