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

(-)a/t/db_dependent/Reserves.t (-2 / +1 lines)
Lines 110-116 else { Link Here
110
        MARC::Field->new('245', '', '', a => $title),
110
        MARC::Field->new('245', '', '', a => $title),
111
    );
111
    );
112
}
112
}
113
my ($broken_id, $title, $bibitemnum) = AddBiblio($miniaturist, '');
113
my ($broken_id, $title, $bibitemnum) = AddBiblio($broken, '');
114
114
115
# Create a helper item instance for testing
115
# Create a helper item instance for testing
116
my ($item_bibnum, $item_bibitemnum, $itemnumber) = AddItem({ homebranch => 'CPL', holdingbranch => 'CPL' } , $bibnum);
116
my ($item_bibnum, $item_bibitemnum, $itemnumber) = AddItem({ homebranch => 'CPL', holdingbranch => 'CPL' } , $bibnum);
117
- 

Return to bug 14155