Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / templates / webpages / delivery_order / form.html
index c3ff986..d7facc2 100644 (file)
@@ -8,7 +8,7 @@
   <form method="post" action="controller.pl" id="print_options_form">
     [% SELF.print_options %]
     <br>
-    [% L.button_tag('kivi.Order.print()', LxERP.t8('Print')) %]
+    [% L.button_tag('kivi.DeliveryOrder.print()', LxERP.t8('Print')) %]
     <a href="#" onclick="$('#print_options').dialog('close');">[% LxERP.t8("Cancel") %]</a>
   </form>
 </div>
       <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>
 
-    [% PROCESS "order/tabs/basic_data.html" %]
+    [% PROCESS "delivery_order/tabs/basic_data.html" %]
     [% PROCESS 'webdav/_list.html' %]
     <div id="ui-tabs-1">
       [%- LxERP.t8("Loading...") %]