X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1c4d3cd500d74096f96a7a1497c8a68b3bedb64d..0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd:/bin/mozilla/ic.pl diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index ffe5d07f0..f11fad9a8 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -194,7 +194,7 @@ sub generate_report { 'serialnumber' => { 'text' => $locale->text('Serial Number'), }, 'soldtotal' => { 'text' => $locale->text('Qty in Selected Records'), }, 'name' => { 'text' => $locale->text('Name in Selected Records'), }, - 'transdate' => { 'text' => $locale->text('Transdate'), }, + 'transdate' => { 'text' => $locale->text('Transdate Record'), }, 'unit' => { 'text' => $locale->text('Unit'), }, 'weight' => { 'text' => $locale->text('Weight'), }, 'shop' => { 'text' => $locale->text('Shop article'), }, @@ -588,7 +588,7 @@ sub generate_report { } setup_ic_generate_report_action_bar(); - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $lxdebug->leave_sub(); } #end generate_report @@ -599,7 +599,7 @@ sub setup_ic_search_action_bar { for my $bar ($::request->layout->get('actionbar')) { $bar->add( action => [ - t8('Continue'), + t8('Search'), submit => [ '#form', { action => 'generate_report' } ], accesskey => 'enter', ],