X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/747bdb8004c380b2580deb237a4ee956e411fea5..c184bce36ecd18049541dccaaa38d212fb6170cf:/bin/mozilla/rp.pl diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index d2f2071c6..5b65c8d89 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -908,7 +908,7 @@ sub get_project { $form->{projectnumber_1} = $form->{projectnumber}; delete $form->{sort}; - check_project('generate_projects'); + &check_project; # if there is one only, assign id $form->{project_id} = $form->{project_id_1}; @@ -1280,7 +1280,7 @@ sub generate_trial_balance { my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables); my %column_defs = ( - 'accno' => { 'text' => $locale->text('Account Number'), }, + 'accno' => { 'text' => $locale->text('Account'), }, 'description' => { 'text' => $locale->text('Description'), }, 'last_transaction' => { 'text' => $locale->text('Last Transaction'), }, 'soll_eb' => { 'text' => $locale->text('Debit Starting Balance'), },