Revision b3d44367
Von Sven Schöling vor fast 3 Jahren hinzugefügt
templates/webpages/delivery_order/form.html | ||
---|---|---|
34 | 34 |
<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> |
35 | 35 |
[%- END %] |
36 | 36 |
[%- IF SELF.order.id %] |
37 |
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Order&object_id=[% HTML.url(SELF.order.id) %]">[% 'Linked Records' | $T8 %]</a></li> |
|
37 |
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=DeliveryOrder&object_id=[% HTML.url(SELF.order.id) %]">[% 'Linked Records' | $T8 %]</a></li>
|
|
38 | 38 |
[%- END %] |
39 | 39 |
</ul> |
40 | 40 |
|
Auch abrufbar als: Unified diff
DeliveryOrder: recordlinks korrekt laden