]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/rp.pl
Methoden zum Speichern von eindeutigen Keys in der Session
[mfinanz.git] / bin / mozilla / rp.pl
index 4ce3f5e334a73f06532289b4c333d42ca1532f0a..1d8446966b1a55089e9debca34a08f9857a01847 100644 (file)
@@ -146,8 +146,8 @@ sub report {
 
   $form->{title} = $locale->text($title{ $form->{report} });
 
-  my $accrual = ($main::eur) ? ""        : "checked";
-  my $cash    = ($main::eur) ? "checked" : "";
+  my $accrual = $::lx_office_conf{system}->{eur} ? ""        : "checked";
+  my $cash    = $::lx_office_conf{system}->{eur} ? "checked" : "";
 
   my $year = (localtime)[5] + 1900;