X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fproject%2F_basic_data.html;h=b2f2528f5d685a9146b43a2ec7ac6c26e73153f3;hb=47cbf8da225ae39fe04a1ee80fe5a9704f8ced24;hp=31bf79d0a2aa2a47aa7bbf440c8d569546c1b3e0;hpb=47dbae62a5c80fd13cb255c3c53b5895ada1b1ba;p=kivitendo-erp.git diff --git a/templates/webpages/project/_basic_data.html b/templates/webpages/project/_basic_data.html index 31bf79d0a..b2f2528f5 100644 --- a/templates/webpages/project/_basic_data.html +++ b/templates/webpages/project/_basic_data.html @@ -28,7 +28,7 @@ [% 'Customer' | $T8 %] - [% L.select_tag('project.customer_id', SELF.customers, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %] + [% P.customer_vendor.picker('project.customer_id', SELF.project.customer_id, type='customer', fat_set_item=1, style='width: 300px', default=SELF.project.customer_id)%]