X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=ba2a86affddf3348ce7ceada250fc832ffb56a81;hb=87b283bd23cc60ba9786ade6fa587ecbebff8dd3;hp=c2b2bfdbf8dd2c74ddde15ff7e81c80fc57712fa;hpb=bd9607cd6073ea7852e1582476e6c9639a167098;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index c2b2bfdbf..ba2a86aff 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -301,7 +301,7 @@ sub list_names { } setup_ct_list_names_action_bar(); - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $main::lxdebug->leave_sub(); } @@ -432,7 +432,7 @@ sub list_contacts { $report->add_data($row); } - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $::lxdebug->leave_sub; }