X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc577cb1ed6f46e4779624b97dc87f30abbd8c1c..2d0387d1624b5b7ed6b13b79b9d5a87ce9b6d12b:/templates/webpages/is/form_header.html
diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html
index c0f7363b1..e61b175e8 100644
--- a/templates/webpages/is/form_header.html
+++ b/templates/webpages/is/form_header.html
@@ -34,8 +34,9 @@
[%- END %]
[%- IF id %]
[%- IF INSTANCE_CONF.get_doc_storage %]
-
[% 'Documents' | $T8 %]
- [% 'Attachments' | $T8 %]
+ [% object_type = is_type_credit_note? 'credit_note' : 'invoice' %]
+ [% 'Documents' | $T8 %]
+ [% 'Attachments' | $T8 %]
[%- END %]
[%- IF AUTH.assert('record_links', 1) %]
[% 'Linked Records' | $T8 %]
@@ -136,6 +137,14 @@
[%- END %]
+[%- IF ALL_LANGUAGES %]
+
+ | [% 'Language' | $T8 %] |
+
+ [% L.select_tag('language_id', ALL_LANGUAGES, default = language_id, title_key = 'description', with_empty = 1, style = 'width:250px') %]
+ |
+
+[%- END %]
[%- IF ALL_DEPARTMENTS %]
| [% 'Department' | $T8 %] |
@@ -230,8 +239,14 @@
[% HTML.escape(duedate) %]
+[%- END %]
+
+ | [% LxERP.t8('Tax point') %] |
+ [% L.date_tag('tax_point', tax_point, id='tax_point') %] |
+
+[%- IF !is_type_credit_note %]
- | [% 'Delivery Order Number' | $T8 %] |
+ [% 'Delivery Order Number' | $T8 %] |
|
[%- END %]