]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Druckvorlagen: weitere ODT-Varianten vom Standardvorlagensatz
[mfinanz.git] / SL / Form.pm
index ce887c34704ece6e24965d1cc68d836654f3876a..3e9704fd241861f0d3b8bc9112a13918bac31d75 100644 (file)
@@ -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;
   }