DeliveryOrder: recordlinks korrekt laden
authorSven Schöling <s.schoeling@googlemail.com>
Fri, 10 Dec 2021 15:47:58 +0000 (16:47 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 14 Feb 2022 14:02:19 +0000 (15:02 +0100)
templates/webpages/delivery_order/form.html

index a06b7c4..d7facc2 100644 (file)
@@ -34,7 +34,7 @@
       <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% HTML.escape(FORM.type) %]&object_id=[% HTML.url(SELF.order.id) %]">[% 'Attachments' | $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>
+      <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=DeliveryOrder&object_id=[% HTML.url(SELF.order.id) %]">[% 'Linked Records' | $T8 %]</a></li>
 [%- END %]
     </ul>