]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ca.pl
Fix für Bug 1082. Die Abteilung in Lieferscheinen wurde korrekt gespeichert und auch...
[mfinanz.git] / bin / mozilla / ca.pl
index b45c36d6401834e45f214e600fa55c988214b76e..0558ae6ba5e4249bcd0aed57f62f6b5430fb1a9e 100644 (file)
@@ -78,6 +78,10 @@ sub chart_of_accounts {
 
   $form->{title} = $locale->text('Chart of Accounts');
 
+  if ($eur) {
+    $form->{method} = "cash";
+  }
+
   CA->all_accounts(\%myconfig, \%$form);
 
   my @columns     = qw(accno description debit credit);