]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IR.pm
fixed fix #1795.(exchange)
[mfinanz.git] / SL / IR.pm
index b3c99b829514a7a413caded520a2b62cca8eb206..e5e02f5bed4ce480dd0adc25d67e1f353cc296b1 100644 (file)
--- a/SL/IR.pm
+++ b/SL/IR.pm
@@ -210,7 +210,7 @@ sub post_invoice {
 
       # update parts table by setting lastcost to current price, don't allow negative values by using abs
       $query = qq|UPDATE parts SET lastcost = ? WHERE id = ?|;
-      @values = (abs($fxsellprice / $basefactor), conv_i($form->{"id_$i"}));
+      @values = (abs($fxsellprice * $form->{exchangerate} / $basefactor), conv_i($form->{"id_$i"}));
       do_query($form, $dbh, $query, @values);
 
       # check if we sold the item already and