]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/rp.pl
Fix für Bug 1082. Die Abteilung in Lieferscheinen wurde korrekt gespeichert und auch...
[mfinanz.git] / bin / mozilla / rp.pl
index d2f2071c6f6b4261ec4eb5b16e6ebdd0595db638..41148c8e8363589f371f4067c3c2d71a0e573fcc 100644 (file)
@@ -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'), },