Richtig prüfen, ob Konten, die als Automatikkonten für andere Konten dienen, geändert...
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 24 Oct 2012 12:14:30 +0000 (14:14 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 24 Oct 2012 12:14:30 +0000 (14:14 +0200)
bin/mozilla/am.pl

index f967c79..1aca213 100644 (file)
@@ -336,7 +336,7 @@ sub account_header {
 
   # account where AR_tax or AP_tax is set are not orphaned if they are used as
   # tax-o-matic account
-  if ( $form->{id} && !$form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) {
+  if ( $form->{id} && $form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) {
     if (SL::DB::Manager::Tax->find_by(chart_id => $form->{id})) {
       $form->{orphaned} = 0;
     }