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

(-)a/circ/selectbranchprinter.pl (-1 / +1 lines)
Lines 80-85 if ( $branch and my $library = Koha::Libraries->find($branch) ) { Link Here
80
if ($printer) {
80
if ($printer) {
81
    if (! $userenv_printer or $userenv_printer ne $printer ) {
81
    if (! $userenv_printer or $userenv_printer ne $printer ) {
82
        $session->param('branchprinter', $printer);         # update sesssion in DB
82
        $session->param('branchprinter', $printer);         # update sesssion in DB
83
        $session->flush();
83
        $template->param('new_printer', $printer);          # update template
84
        $template->param('new_printer', $printer);          # update template
84
        push @updated, {
85
        push @updated, {
85
            updated_printer => 1,
86
            updated_printer => 1,
86
- 

Return to bug 21056