Auftrags-Controller: Verknüpfte Belege als Tab
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 25 Jan 2016 12:59:39 +0000 (13:59 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 11 Mar 2016 11:53:26 +0000 (12:53 +0100)
templates/webpages/order/form.html

index 55e27db..eb40e3e 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
 [%- USE L %]
+[%- USE HTML %]
 
 <div id="print_options" style="display:none">
   <form method="post" action="controller.pl" id="print_options_form">
@@ -25,6 +26,9 @@
       <li><a href="#ui-tabs-basic-data">[% 'Basic Data' | $T8 %]</a></li>
 [%- IF INSTANCE_CONF.get_webdav %]
       <li><a href="#ui-tabs-webdav">[% 'WebDAV' | $T8 %]</a></li>
+[%- END %]
+[%- IF SELF.order.id %]
+      <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Order&object_id=[% HTML.url(SELF.order.id) %]">[% 'Linked Records' | $T8 %]</a></li>
 [%- END %]
     </ul>