View | Details | Raw Unified | Return to bug 6240
Collapse All | Expand All

(-)a/serials/subscription-add.pl (-2 / +1 lines)
Lines 101-107 if ($op eq 'mod' || $op eq 'dup' || $op eq 'modsubscription') { Link Here
101
			}
101
			}
102
		}
102
		}
103
103
104
        $template->param($subs);
104
        $template->param( %{$subs} );
105
        $template->param("dow".$subs->{'dow'} => 1) if defined $subs->{'dow'};
105
        $template->param("dow".$subs->{'dow'} => 1) if defined $subs->{'dow'};
106
        $template->param(
106
        $template->param(
107
                    $op => 1,
107
                    $op => 1,
108
- 

Return to bug 6240