Kontenuebersicht und Kontenblatt angepasst, so dass auch bei EUR korrekte Werte angez...
[kivitendo-erp.git] / bin / mozilla / ca.pl
index b45c36d..0558ae6 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);