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

(-)a/t/db_dependent/Circulation/NoIssuesChargeGuarantees.t (-1 / +1 lines)
Lines 36-41 my $item = $builder->build( Link Here
36
    {
36
    {
37
        source => 'Item',
37
        source => 'Item',
38
        value  => {
38
        value  => {
39
            biblionumber => $builder->build( { source => 'Biblioitem' } )->{biblionumber},
39
            notforloan => 0,
40
            notforloan => 0,
40
            withdrawn  => 0
41
            withdrawn  => 0
41
        }
42
        }
42
- 

Return to bug 19943