]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/letter/search.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / letter / search.html
index fa89fd699553f63a79b73365a47bec44c720dd39..3fd32dd7ca189fe06b4af8c47c2f1987948720a4 100644 (file)
@@ -1,6 +1,7 @@
 [% USE HTML %]
 [% USE T8 %]
 [% USE L %]
+[% USE P %]
 [% USE LxERP %]
 <form action="controller.pl" method="post" name="Form" id="search_form">
 
 [%- IF SELF.is_sales %]
   <tr>
    <td align="right">[% 'Customer' | $T8 %]</td>
-   <td>[% L.customer_vendor_picker('filter.customer_id', filter.customer_id, type='customer', style='width:250px') %]</td>
+   <td>[% P.customer_vendor.picker('filter.customer_id', filter.customer_id, type='customer', style='width:250px') %]</td>
   </tr>
 [%- ELSE %]
   <tr>
    <td align="right">[% 'Vendor' | $T8 %]</td>
-   <td>[% L.customer_vendor_picker('filter.vendor_id', filter.vendor_id, type='vendor', style='width:250px') %]</td>
+   <td>[% P.customer_vendor.picker('filter.vendor_id', filter.vendor_id, type='vendor', style='width:250px') %]</td>
   </tr>
 [%- END %]
   <tr>