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:
5fc6bb3
)
Zuviel aus IS.pm bzgl. Einkaufsrabatt kopiert. Einkaufsrechnungen wurden mit einem...
author
Jan Büren
<jan@circa-support.eu>
Fri, 30 Oct 2009 11:32:39 +0000
(12:32 +0100)
committer
Jan Büren
<jan@circa-support.eu>
Fri, 30 Oct 2009 11:32:39 +0000
(12:32 +0100)
SL/IR.pm
patch
|
blob
|
history
diff --git
a/SL/IR.pm
b/SL/IR.pm
index
ab515b2
..
454e747
100644
(file)
--- a/
SL/IR.pm
+++ b/
SL/IR.pm
@@
-141,9
+141,6
@@
sub post_invoice {
# ansonsten stolpert man immer wieder viermal statt einmal heftig
# und auch das undo discount formatting ist nicht besonders wartungsfreundlich
- # keep entered selling price
- $fxsellprice = $form->parse_amount($myconfig, $form->{"sellprice_$i"});
-
# keine ahnung wofür das in IS.pm gemacht wird:
# my ($dec) = ($fxsellprice =~ /\.(\d+)/);
# $dec = length $dec;