X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=9f1cc1b172ff0e0b17a5ae5c829ce3a308677f27;hb=47b5e5c83df21577bbfd56d313acbbcf99b8588e;hp=70735eaffb78b8ca959ec5b084e5145d2d85b40b;hpb=8237252928d60c67870d07e18f78347926374ccd;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 70735eaff..9f1cc1b17 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) %] @@ -127,7 +127,7 @@ [% 'Exchangerate' | $T8 %] [%- IF forex %] - [% LxERP.format_amount(exchangerate, 2) %] + [% LxERP.format_amount(exchangerate, 5) %] [%- ELSE %] [%- END %] @@ -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 %]