Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 50418558

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 50418558d521022a3c23d5edf431b2a41daae0f8
  • Vorgänger c19b30d2
  • Nachfolger 373cec3f

Falsches Konto mit Steuerbetrag bebucht

Unterschiede anzeigen:

SL/DB/Helper/PriceTaxCalculator.pm
108 108
    $tax_amount = $linetotal * $tax_rate;
109 109
  }
110 110

  
111
  $data->{taxes}->{ $taxkey->chart_id } ||= 0;
112
  $data->{taxes}->{ $taxkey->chart_id }  += $tax_amount;
111
  $data->{taxes}->{ $taxkey->tax->chart_id } ||= 0;
112
  $data->{taxes}->{ $taxkey->tax->chart_id }  += $tax_amount;
113 113

  
114 114
  $self->netamount($self->netamount + $sellprice * $item->qty / $item->price_factor);
115 115

  

Auch abrufbar als: Unified diff