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

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

Return to bug 20447