Revision 06a22a8b
Von Jan Büren vor etwa 15 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
772 | 772 |
$ref->{reqdate} ||= $ref->{dord_transdate}; # copy transdates into each invoice row |
773 | 773 |
map { $form->{"${_}_$form->{rowcount}"} = $ref->{$_} } keys %{ $ref }; |
774 | 774 |
map { $form->{"${_}_$form->{rowcount}"} = $form->format_amount(\%myconfig, $ref->{$_}) } qw(qty sellprice discount lastcost); |
775 |
$form->{"discount_$form->{rowcount}"} = $form->{"discount_$form->{rowcount}"} * 100; #s.a. Bug 1151 |
|
775 | 776 |
} |
776 | 777 |
delete $form->{form_details}; |
777 | 778 |
|
Auch abrufbar als: Unified diff
Fix für Bug 1151. Beim Workflow vom Lieferschein zur Rechnung wird der Rabatt falsch übernommen (0,1 statt 10%) Entsprechend die Berechnung vor Übergabe geändert