X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=0867d4abb8bdd5d8656796169360771f68598b23;hb=e01cf725731ad0e6d002ace63716d5a0e31a674f;hp=ba6c9cca90da89b2d96cebe88dc6bea954945b2c;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index ba6c9cca9..0867d4abb 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -1,6 +1,7 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] +[%- USE L %]
@@ -11,6 +12,9 @@ + [%- IF is_sales_ord %] + [% L.javascript_tag("js/edit_periodic_invoices_config") %] + [%- END %] [%- FOREACH row = HIDDENS %] @@ -22,9 +26,15 @@ +[%- IF resubmit %] +[%# in case of resubmits, restore enough information for dispatcher to work %] + [% L.hidden_tag('action_' _ dispatched_action, 1) %] +[%- END %]
[% title %]
+[%- INCLUDE 'common/flash.html' %] + @@ -225,6 +235,8 @@
[%- IF is_order %] [% 'Order Date' | $T8 %] + [%- ELSIF is_req_quo %] + [% 'RFQ Date' | $T8 %] [%- ELSE %] [% 'Quotation Date' | $T8 %] [%- END %]