X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b90ff6b18df92c98b1b875d14835d1fdf9ff339a..HEAD:/templates/webpages/order/form.html
diff --git a/templates/webpages/order/form.html b/templates/webpages/order/form.html
index 82bc2f15d..597aae883 100644
--- a/templates/webpages/order/form.html
+++ b/templates/webpages/order/form.html
@@ -2,6 +2,10 @@
[%- USE LxERP %]
[%- USE L %]
[%- USE HTML %]
+
+[% IF FORM.workflow_email_journal_id %]
+ [% SET FORM.title = LxERP.t8("Email Journal Workflow") _ " - " _ FORM.title %]
+[% END %]
@@ -21,13 +25,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' %]
-