X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/844a541e0d8f59644540413f675e8f07cd154cf6..HEAD:/templates/webpages/is/form_header.html
diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html
index 8f307fde2..c870191b0 100644
--- a/templates/webpages/is/form_header.html
+++ b/templates/webpages/is/form_header.html
@@ -18,6 +18,7 @@
+
[% title %]
@@ -34,9 +35,8 @@
[%- END %]
[%- IF id %]
[%- IF INSTANCE_CONF.get_doc_storage %]
- [% object_type = is_type_credit_note? 'credit_note' : 'invoice' %]
- [% 'Documents' | $T8 %]
- [% 'Attachments' | $T8 %]
+ [% 'Documents' | $T8 %]
+ [% 'Attachments' | $T8 %]
[%- END %]
[%- IF AUTH.assert('record_links', 1) %]
[% 'Linked Records' | $T8 %]
@@ -57,6 +57,7 @@
[% P.customer_vendor.picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %]
[% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %]
+ [% P.link_tag('controller.pl?action=CustomerVendor/edit&db=customer&id=' _ customer_id, LxERP.t8('Edit'), target="_blank", title=LxERP.t8('Open in new window')) %]
[% L.hidden_tag("previous_customer_id", customer_id) %]
[% L.hidden_tag("customer_pricegroup_id", customer_pricegroup_id) %]
|
@@ -325,14 +326,23 @@