X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=3e9704fd241861f0d3b8bc9112a13918bac31d75;hb=69f4731089120558485411fb768e3dac3eeaee6a;hp=ce887c34704ece6e24965d1cc68d836654f3876a;hpb=4b31e6ba4211c900648d92af80ae8d09041977ad;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index ce887c347..3e9704fd2 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1607,7 +1607,7 @@ sub get_exchangerate { my ($self, $dbh, $curr, $transdate, $fld) = @_; my ($query); - unless ($transdate) { + unless ($transdate && $curr) { $main::lxdebug->leave_sub(); return 1; }