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

(-)a/opac/opac-account.pl (-3 / +2 lines)
Lines 69-76 $template->param( Link Here
69
    accountview   => 1,
69
    accountview   => 1,
70
    message       => $query->param('message') || q{},
70
    message       => $query->param('message') || q{},
71
    message_value => $query->param('message_value') || q{},
71
    message_value => $query->param('message_value') || q{},
72
    payment       => $query->param('payment'),
72
    payment       => $query->param('payment') || q{},
73
    payment_error => $query->param('payment-error'),
73
    payment_error => $query->param('payment-error') || q{},
74
);
74
);
75
75
76
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
76
output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
77
- 

Return to bug 11622