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

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

Return to bug 14155