Revision dab2f724
Von Bernd Blessmann vor fast 13 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
345 | 345 |
|
346 | 346 |
} |
347 | 347 |
|
348 |
# account where AR_tax or AP_tax is set are not orphaned if they are used as |
|
349 |
# tax-o-matic account |
|
350 |
if ( $form->{id} && !$form->{orphaned} && ($form->{link} =~ m/(AP_tax|AR_tax)/) ) { |
|
351 |
if (SL::DB::Manager::Tax->find_by(chart_id => $form->{id})) { |
|
352 |
$form->{orphaned} = 0; |
|
353 |
} |
|
354 |
} |
|
355 |
|
|
348 | 356 |
my $ChartTypeIsAccount = ($form->{charttype} eq "A") ? "1":""; |
349 | 357 |
my $AccountIsPosted = ($form->{orphaned} ) ? "":"1"; |
350 | 358 |
|
Auch abrufbar als: Unified diff
Löschen und Häkchen Ändern bei Konten, die als Automatikkonten für andere Konten dienen, verhindern.
Zumindest bei Forderungen und Verbindlichkeiten.