X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/142ea3bff784ba29bd87de5615bb4f2aec8c977f..3e79972f6ef:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 4905645ff..2f22a96f2 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -238,19 +238,24 @@
| [% 'Notes' | $T8 %] | -- - | - -[% 'Notes for vendor' | $T8 %] | -- - | -
|---|
| [% 'Notes' | $T8 %] | +[% 'Internal Notes' | $T8 %] | +[% 'Payment Terms' | $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) %] + | ++ [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px", onchange="kivi.SalesPurchase.set_duedate_on_reference_date_change('invdate')") %] + | +