Skip to content

Commit

Permalink
Desgin40: bugfix #593 - added the "Linked documents" tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mansi committed Nov 3, 2023
1 parent 8f01d89 commit feda78f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/design40_webpages/gl/form_header.html
Expand Up @@ -47,6 +47,9 @@ <h1>[% title | html %]</h1>
<li><a href="controller.pl?action=File/list&file_type=document&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li>
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=gl_transaction&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
[% END %]
[%- IF AUTH.assert('record_links', 1) %]
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=GLTransaction&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li>
[%- END %]
[% END %]
</ul>

Expand Down

0 comments on commit feda78f

Please sign in to comment.