]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AP.pm
Variablen zwischenspeichern und wiederherstellen, sofern sie existieren, auch wenn...
[mfinanz.git] / SL / AP.pm
index 5143245224267d0a60a1c7b7af8f1ba4548cee89..e2709f7342cb48c83260244ea905e2557efcd093 100644 (file)
--- a/SL/AP.pm
+++ b/SL/AP.pm
@@ -578,6 +578,7 @@ sub post_payment {
 
   ($form->{defaultcurrency}) = selectrow_query($form, $dbh, qq|SELECT curr FROM defaults|);
   $form->{defaultcurrency}   = (split m/:/, $form->{defaultcurrency})[0];
+  $form->{currency}          = $form->{defaultcurrency} if ($form->{defaultcurrency} && ($form->{currency} =~ m/^\s*$/));
 
   $form->{exchangerate}      = $form->format_amount($myconfig, $form->{exchangerate});