Merge branch 'master' of ssh://lx-office/~/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 30 Oct 2009 12:27:51 +0000 (13:27 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 30 Oct 2009 12:27:51 +0000 (13:27 +0100)
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;