Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2b36e231

Von Kivitendo Admin vor fast 11 Jahren hinzugefügt

  • ID 2b36e231155cdc8d2cc4c0fe2b515237bf40bf45
  • Vorgänger 24cc5f2b
  • Nachfolger 54332c03

Bug #2042 - Unterschiedliche Anzeige Debitorenbuchung/Kreditorenbuchung

es wurde ein nie gesetztes $taxincluded benutzt, um $form->{taxincluded}
zu setzen. In AR und AP.

behebt #2042

Unterschiede anzeigen:

SL/AR.pm
638 638
  my ($self, $form, $for_post_payments) = @_;
639 639

  
640 640
  my ($exchangerate, $akey, $j, $k, $index, $taxamount, $totaltax, $taxrate, $diff, $totalwithholding, $withholdingrate,
641
      $totalamount, $taxincluded, $tax);
641
      $totalamount, $tax);
642 642

  
643 643
  # forex
644 644
  $form->{forex} = $form->{exchangerate};
......
722 722
    }
723 723
  }
724 724

  
725
  $form->{taxincluded}  = $taxincluded if ($form->{id});
726 725
  $form->{paidaccounts} = 1            if not defined $form->{paidaccounts};
727 726

  
728 727
  if ($form->{taxincluded} && $form->{taxrate} && $totalamount) {

Auch abrufbar als: Unified diff