X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a74e5a2b6edb3cec8c356cf7994631cda940f64..8b5bed7fe52952d9c09b3cc18ef483f6670a78d0:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index a332733af..1c5a51d94 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -242,6 +242,7 @@ [% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %] + [% 'Payment Terms' | $T8 %] @@ -250,6 +251,9 @@ [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] + + [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px") %] +