X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e6291b3ab19b0f14f39ef371cbb337d6e7667d1c..bcc996e65643:/templates/webpages/oe/form_header.html
diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html
index 7c796a037..70d2e16c2 100644
--- a/templates/webpages/oe/form_header.html
+++ b/templates/webpages/oe/form_header.html
@@ -60,7 +60,7 @@
[% IF vc == 'customer' %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] |
[%- SET vc_id = vc _ "_id" %]
- [% P.customer_vendor_picker(vc_id, $vc_id, type=vc, style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %]
+ [% P.customer_vendor.picker(vc_id, $vc_id, type=vc, style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %]
[% P.button_tag("show_vc_details('" _ HTML.escape(vc) _ "')", LxERP.t8("Details (one letter abbreviation)")) %]
[% P.hidden_tag("previous_" _ vc_id, $vc_id) %]
|
@@ -144,7 +144,7 @@
| [% 'Transaction description' | $T8 %] |
- |
+ [% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %] |
[%- IF show_delivery_customer %]
@@ -251,7 +251,7 @@
| [% 'Expected billing date' | $T8 %] |
- [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %]
+ [%- L.date_tag('expected_billing_date', expected_billing_date) %]
|
[%- END %]