From 16fa1465a3b4ccacf9a54197d7e3691ab3efb640 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 18 Feb 2021 13:06:06 +0100 Subject: [PATCH] Stammdaten->Berichte->Kunden Abt1 und Abt2 erweitert --- bin/mozilla/ct.pl | 4 +++- templates/webpages/ct/search.html | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 8d111532b..86d1f5da4 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -182,7 +182,7 @@ sub list_names { my @columns = ( 'id', 'name', "$form->{db}number", 'contact', 'main_contact_person', - 'phone', 'discount', + 'department_1', 'department_2', 'phone', 'discount', 'fax', 'email', 'taxnumber', 'street', 'zipcode' , 'city', 'business', 'payment', 'invnumber', 'ordnumber', 'quonumber', 'salesman', 'country', 'gln', 'insertdate', 'pricegroup', 'contact_origin', 'invoice_mail', @@ -201,6 +201,8 @@ sub list_names { 'name' => { 'text' => $form->{IS_CUSTOMER} ? $::locale->text('Customer Name') : $::locale->text('Vendor Name'), }, 'contact' => { 'text' => $locale->text('Contact'), }, 'main_contact_person' => { 'text' => $locale->text('Main Contact Person'), }, + 'department_1' => { 'text' => $locale->text('Department') . " 1", }, + 'department_2' => { 'text' => $locale->text('Department') . " 2", }, 'phone' => { 'text' => $locale->text('Phone'), }, 'fax' => { 'text' => $locale->text('Fax'), }, 'email' => { 'text' => $locale->text('E-mail'), }, diff --git a/templates/webpages/ct/search.html b/templates/webpages/ct/search.html index 692ae7544..f948b5f88 100644 --- a/templates/webpages/ct/search.html +++ b/templates/webpages/ct/search.html @@ -251,6 +251,15 @@ + + + + + + + + + [% END %] -- 2.20.1