]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/USTVA.pm
UStVA-Konfiguration: die Steuernummerneinstellung für Deutschland wieder gefixt.
[kivitendo-erp.git] / SL / USTVA.pm
index 28029b160028db08f7a0fed9335861232ca96df9..0d114137f3a5015efa5f71b4f3902a091a361bf3 100644 (file)
@@ -44,7 +44,7 @@ sub get_coa {
 
   $form->{coa} = $coa;
   $form->{"COA_$coa"} = '1';
-  $form->{COA_Germany} = '1' if ( $coa eq 'Germany-DATEV-SKR03EU' or $coa eq 'Germany-DATEV-SKR04EU');
+  $form->{COA_Germany} = '1' if ($coa =~ m/^germany/i);
 
   return;
 }