X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/835777a9dbf5209178b93b80ad5bb0fdbc9b670a..3e79972f6ef:/templates/webpages/gl/form_header.html
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html
index b021909bd..ba9036c8d 100644
--- a/templates/webpages/gl/form_header.html
+++ b/templates/webpages/gl/form_header.html
@@ -80,21 +80,21 @@
| [% 'Department' | $T8 %] |
[% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] |
- [% 'Delivery Date' | $T8 %] |
- [% L.date_tag('deliverydate', deliverydate) %] |
+ [% 'Tax point' | $T8 %] |
+ [% L.date_tag('tax_point', tax_point) %] |
| [% 'Description' | $T8 %] |
[% L.areainput_tag('description', description, cols=50, readonly=readonly) %] |
- [% 'MwSt. inkl.' | $T8 %] |
- [% L.checkbox_tag('taxincluded', checked=taxincluded) %] |
+ [% 'Delivery Date' | $T8 %] |
+ [% L.date_tag('deliverydate', deliverydate) %] |
-[%- IF id %]
- | [% 'Mitarbeiter' | $T8 %] |
- [% L.input_tag('employee', employee, size=20, readonly=readonly) %] |
+ [%- IF id %][% 'Mitarbeiter' | $T8 %][% END %] |
+ [%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %] |
+ [% 'MwSt. inkl.' | $T8 %] |
+ [% L.checkbox_tag('taxincluded', checked=taxincluded) %] |
-[%- END %]
|
|