]> wagnertech.de Git - mfinanz.git/commitdiff
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 ab515b21a2832e25edb419990a4031760dc50fbd..454e74737897b85dcc7f49762a2f772076c2bd2d 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;