X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/515028812cc3764b1f5c44a01739e07658041028..fbcd5580:/templates/webpages/ar/form_header.html diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index e0ae0bea5..689c3c3e1 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -3,7 +3,11 @@ [%- USE T8 %] [%- USE LxERP %][%- USE P -%] -
+

[% title | html %]

+ +[%- INCLUDE 'common/flash.html' %] + + [% L.hidden_tag('id', id) %] [% L.hidden_tag('sort', sort) %] @@ -16,8 +20,6 @@ [% L.hidden_tag('follow_up_rowcount', 1) %] -

[% title | html %]

- [%- IF saved_message %]

[% saved_message | html %]

[% END %]
@@ -42,16 +44,11 @@ [% 'Customer' | $T8 %] -[%- IF selectcustomer %] - -[%- ELSE %] - -[%- END %] - - [% L.hidden_tag('selectcustomer', selectcustomer) %] - [% L.hidden_tag('oldcustomer', oldcustomer) %] - [% L.hidden_tag('customer_id', customer_id) %] - [% L.hidden_tag('terms', terms) %] + [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 300px", class=(initial_focus == 'customer_id' ? "initial_focus" : "")) %] + [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %] + [% L.hidden_tag("previous_customer_id", customer_id) %] + [% L.hidden_tag('terms', terms) %] + [%- IF max_dunning_level || invoice_obj.dunning_config_id %]