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

(-)a/cataloguing/addholding.pl (-2 / +2 lines)
Lines 690-697 $template->param( Link Here
690
    author                   => $biblio->author
690
    author                   => $biblio->author
691
);
691
);
692
692
693
my @frameworks = Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] });
693
$template->param(
694
$template->param(
694
    frameworks => Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] }),
695
    frameworks => \@frameworks,
695
    popup => $mode,
696
    popup => $mode,
696
    frameworkcode => $frameworkcode,
697
    frameworkcode => $frameworkcode,
697
    itemtype => $frameworkcode,
698
    itemtype => $frameworkcode,
698
- 

Return to bug 20447