From feda78fb4787c4c9ec9e9bf7da1bd7a149c53bc5 Mon Sep 17 00:00:00 2001 From: mansi Date: Fri, 3 Nov 2023 16:12:20 +0100 Subject: [PATCH] Desgin40: bugfix #593 - added the "Linked documents" tab --- templates/design40_webpages/gl/form_header.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/design40_webpages/gl/form_header.html b/templates/design40_webpages/gl/form_header.html index 8f6ed66c28..5a4fe83311 100644 --- a/templates/design40_webpages/gl/form_header.html +++ b/templates/design40_webpages/gl/form_header.html @@ -47,6 +47,9 @@

[% title | html %]

  • [% 'Documents' | $T8 %]
  • [% 'Attachments' | $T8 %]
  • [% END %] + [%- IF AUTH.assert('record_links', 1) %] +
  • [% 'Linked Records' | $T8 %]
  • + [%- END %] [% END %]