X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ca863a1d92d1332c1dd3432974c4131e0e13efae..HEAD:/templates/webpages/ct/search.html diff --git a/templates/webpages/ct/search.html b/templates/webpages/ct/search.html index 988089d9d..655762874 100644 --- a/templates/webpages/ct/search.html +++ b/templates/webpages/ct/search.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE L %] -[%- USE HTML %] +[%- USE HTML %][%- USE LxERP -%]

[% title %]

@@ -27,6 +27,10 @@ [% 'E-mail' | $T8 %] + + [% 'All phone numbers' | $T8 %] + + [% 'Contact person (surname)' | $T8 %] @@ -61,6 +65,13 @@ [% END %] +[% IF IS_CUSTOMER %] + + [% LxERP.t8("Factur-X/ZUGFeRD settings") %] + [% L.select_tag('create_zugferd_invoices', ZUGFERD_SETTINGS, with_empty = 1) %] + +[% END %] + [% IF IS_CUSTOMER && ALL_SALESMEN.size %] [% 'Salesman' | $T8 %] @@ -109,8 +120,8 @@ - - + + @@ -206,6 +217,52 @@ + + + + + + + + + + [% END %] + + + + + + + + + + [% IF !IS_CUSTOMER %] + + [% ELSE %] + + + + + + + + + + + + + + + + + + + + + + + + [% END %]