From 6a74e5a2b6edb3cec8c356cf7994631cda940f64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 2 Dec 2020 16:46:51 +0100 Subject: [PATCH] Kreditorenbuchungen: Bemerkungenblock an Rechnungen angepasst --- templates/webpages/ap/form_header.html | 27 +++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 4905645ff..a332733af 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -238,19 +238,20 @@ - - - - - - - - -
[% 'Notes' | $T8 %] - - [% 'Notes for vendor' | $T8 %] - -
+ + + + + + + + + +
[% 'Notes' | $T8 %][% 'Internal Notes' | $T8 %]
+ [% L.textarea_tag("notes", notes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] + + [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] +
-- 2.20.1