X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fdrafts.pl;h=7670c7e5ec02f0bfa5bc6ddccd2f4874e06f0271;hb=9985655a1d5ae8577901aec2f5052e1d357c52a3;hp=5b1661bd2cd0545bed4be78f9dec9614f636e634;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/bin/mozilla/drafts.pl b/bin/mozilla/drafts.pl index 5b1661bd2..7670c7e5e 100644 --- a/bin/mozilla/drafts.pl +++ b/bin/mozilla/drafts.pl @@ -145,7 +145,7 @@ sub load_draft { $form->{duedate} = $form->current_date(\%myconfig); # Aktuelles Fälligkeitsdatum ... if ( $overwrite_hash ) { - foreach ( keys $overwrite_hash ) { + foreach ( keys %$overwrite_hash ) { $form->{$_} = $overwrite_hash->{$_}; # variante 1 }; };