projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbad4e
)
Fix für Bug 1151. Beim Workflow vom Lieferschein zur Rechnung wird der Rabatt falsch...
author
Jan Büren
<jan@circa-support.eu>
Thu, 8 Oct 2009 19:29:12 +0000
(21:29 +0200)
committer
Jan Büren
<jan@circa-support.eu>
Thu, 8 Oct 2009 19:29:12 +0000
(21:29 +0200)
bin/mozilla/do.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/do.pl
b/bin/mozilla/do.pl
index
d67a1b9
..
dfbd983
100644
(file)
--- a/
bin/mozilla/do.pl
+++ b/
bin/mozilla/do.pl
@@
-772,6
+772,7
@@
sub invoice_multi {
$ref->{reqdate} ||= $ref->{dord_transdate}; # copy transdates into each invoice row
map { $form->{"${_}_$form->{rowcount}"} = $ref->{$_} } keys %{ $ref };
map { $form->{"${_}_$form->{rowcount}"} = $form->format_amount(\%myconfig, $ref->{$_}) } qw(qty sellprice discount lastcost);
+ $form->{"discount_$form->{rowcount}"} = $form->{"discount_$form->{rowcount}"} * 100; #s.a. Bug 1151
}
delete $form->{form_details};