X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2144dd8e1a7ed9da5f164d87165d3dce01b8f53b..eacebf8a165d03444aeff7a2897b4cd7a5cbcc9c:/templates/webpages/gl/form_header.html
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html
index dad0d69cf..98084c6ee 100644
--- a/templates/webpages/gl/form_header.html
+++ b/templates/webpages/gl/form_header.html
@@ -89,11 +89,15 @@
[% L.date_tag('tax_point', tax_point) %] |
- | [% 'Description' | $T8 %] |
- [% L.areainput_tag('description', description, cols=50, readonly=readonly) %] |
+ [% 'Transaction description' | $T8 %] |
+ [% L.input_tag("transaction_description", transaction_description, size=35) %] |
[% 'Delivery Date' | $T8 %] |
[% L.date_tag('deliverydate', deliverydate) %] |
+
+ | [% 'Description' | $T8 %] |
+ [% L.areainput_tag('description', description, cols=50, readonly=readonly) %] |
+
| [%- IF id %][% 'Mitarbeiter' | $T8 %][% END %] |
[%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %] |