Revision 9e746504
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
336 | 336 |
|
337 | 337 |
# account where AR_tax or AP_tax is set are not orphaned if they are used as |
338 | 338 |
# tax-o-matic account |
339 |
if ( $form->{id} && !$form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) {
|
|
339 |
if ( $form->{id} && $form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) { |
|
340 | 340 |
if (SL::DB::Manager::Tax->find_by(chart_id => $form->{id})) { |
341 | 341 |
$form->{orphaned} = 0; |
342 | 342 |
} |
Auch abrufbar als: Unified diff
Richtig prüfen, ob Konten, die als Automatikkonten für andere Konten dienen, geändert werden können.