Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[koha.git] / serials / subscription-add.pl
index dbda323..7fcccdf 100755 (executable)
@@ -101,7 +101,7 @@ if ($op eq 'mod' || $op eq 'dup' || $op eq 'modsubscription') {
                        }
                }
 
-        $template->param($subs);
+        $template->param( %{$subs} );
         $template->param("dow".$subs->{'dow'} => 1) if defined $subs->{'dow'};
         $template->param(
                     $op => 1,