]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Rechnungssuchen Einkauf/Verkauf: Seitentitel an MenĂ¼titel anpassen
[mfinanz.git] / bin / mozilla / ar.pl
index 408eb4ef46570ba03084026993d73c68273cde96..ec9ea951d83ac3c5de89b88e4150f10dcafebc18 100644 (file)
@@ -913,7 +913,7 @@ sub search {
   my $locale   = $main::locale;
   my $cgi      = $::request->{cgi};
 
-  $form->{title}    = $locale->text('AR Transactions');
+  $form->{title} = $locale->text('Invoices, Credit Notes & AR Transactions');
 
   $form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ deleted => 0 ]);
   $form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all_sorted;
@@ -974,7 +974,7 @@ sub ar_transactions {
 
   AR->ar_transactions(\%myconfig, \%$form);
 
-  $form->{title} = $locale->text('AR Transactions');
+  $form->{title} = $locale->text('Invoices, Credit Notes & AR Transactions');
 
   my $report = SL::ReportGenerator->new(\%myconfig, $form);