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

(-)a/Koha/Exporter/Record.pm (-2 / +1 lines)
Lines 132-138 sub _get_biblio_for_export { Link Here
132
                record       => $record,
132
                record       => $record,
133
                embed_items  => 1,
133
                embed_items  => 1,
134
                biblionumber => $biblionumber,
134
                biblionumber => $biblionumber,
135
                item_numbers => $itemnumbers,
135
                itemnumbers => $itemnumbers,
136
            }
136
            }
137
        );
137
        );
138
        if ($only_export_items_for_branches && @$only_export_items_for_branches) {
138
        if ($only_export_items_for_branches && @$only_export_items_for_branches) {
139
- 

Return to bug 25508