X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/677f0dd53d5f964fb4e69eaf7236ffb6a830568b..HEAD:/templates/webpages/do/form_header.html diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index e5230f032..a752361d5 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -122,6 +122,10 @@ + [% IF !id %] + [% L.hidden_tag('form_validity_token', form_validity_token) %] + [% END %] +
| [% 'Custom Billing Address' | $T8 %] | ++ [% L.select_tag('billing_address_id', VC_OBJ.additional_billing_addresses, + with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', style='width: 250px') %] + | +
|---|---|
| [% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] |