X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=86d1f5da448c88d073f41e2803111374dd2229e1;hb=5d2ede536e3a31f17b0a8afa9cc0ce8627a34b2f;hp=8d111532bc2a78f5f5f00c43d2321c77763bc980;hpb=d4c5ff04f33e7fe29e079c4489c4126a7ea2493c;p=kivitendo-erp.git 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'), },