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

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

Return to bug 20447