Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9566fde4

Von Philip Reetz vor fast 19 Jahren hinzugefügt

  • ID 9566fde47ff880d29c7ecce635bd58f330561030
  • Vorgänger 6295e12d
  • Nachfolger cc63261c

Kleiner Bug bei Splittbuchungen

Unterschiede anzeigen:

SL/AR.pm
113 113
        $form->{netamount} += $form->{"amount_$i"};
114 114
      } else {
115 115
        $form->{"tax_$i"} = $form->{"amount_$i"} * $form->{"taxrate_$i"};
116
        $form->{"tax_$i"} =
117
          $form->round_amount($form->{"tax_$i"} * $form->{exchangerate}, 2);
116
        $form->{"tax_$i"} = $form->round_amount($form->{"tax_$i"} * $form->{exchangerate}, 2);
117
        $form->{netamount} += $form->{"amount_$i"};
118 118
      }
119 119
    }
120 120
    $form->{total_tax} += $form->{"tax_$i"};

Auch abrufbar als: Unified diff