From 9e74650439b45a7f9b366115f9ad066ee2d02b81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 24 Oct 2012 14:14:30 +0200 Subject: [PATCH] =?utf8?q?Richtig=20pr=C3=BCfen,=20ob=20Konten,=20die=20al?= =?utf8?q?s=20Automatikkonten=20f=C3=BCr=20andere=20Konten=20dienen,=20ge?= =?utf8?q?=C3=A4ndert=20werden=20k=C3=B6nnen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/am.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index f967c7975..1aca213e0 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -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; } -- 2.20.1