Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9e746504

Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt

  • ID 9e74650439b45a7f9b366115f9ad066ee2d02b81
  • Vorgänger 6ef51964
  • Nachfolger 98ccfccb

Richtig prüfen, ob Konten, die als Automatikkonten für andere Konten dienen, geändert werden können.

Unterschiede anzeigen:

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