X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c26b9ddd1e6110ed8a2b2d062ec506dd4c4dc140..HEAD:/templates/webpages/delivery_order/form.html
diff --git a/templates/webpages/delivery_order/form.html b/templates/webpages/delivery_order/form.html
index c3ff986aa..f5666a23e 100644
--- a/templates/webpages/delivery_order/form.html
+++ b/templates/webpages/delivery_order/form.html
@@ -2,13 +2,17 @@
[%- USE LxERP %]
[%- USE L %]
[%- USE HTML %]
+
+[% IF FORM.workflow_email_journal_id %]
+ [% SET FORM.title = LxERP.t8("Email Journal Workflow") _ " - " _ FORM.title %]
+[% END %]
[% FORM.title %] [%- SELF.order.number -%]
@@ -19,13 +23,26 @@
[% L.hidden_tag('callback', FORM.callback) %]
[% L.hidden_tag('type', FORM.type) %]
[% L.hidden_tag('id', SELF.order.id) %]
- [% L.hidden_tag('converted_from_oe_id', SELF.converted_from_oe_id) %]
+ [% L.hidden_tag('converted_from_record_type_ref', SELF.order.converted_from_record_type_ref) %]
+ [% L.hidden_tag('converted_from_record_id', SELF.order.converted_from_record_id) %]
+ [% L.hidden_tag('email_journal_id', FORM.email_journal_id) %]
+ [% L.hidden_tag('email_attachment_id', FORM.email_attachment_id) %]
+ [% L.hidden_tag('workflow_email_journal_id', FORM.workflow_email_journal_id) %]
+ [% L.hidden_tag('workflow_email_attachment_id', FORM.workflow_email_attachment_id) %]
+ [% L.hidden_tag('workflow_email_callback', FORM.workflow_email_callback) %]
+
+ [% IF !SELF.order.id %]
+ [% L.hidden_tag('form_validity_token', FORM.form_validity_token) %]
+ [% END %]
[%- INCLUDE 'common/flash.html' %]