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

(-)a/t/lib/TestBuilder.pm (-3 / +10 lines)
Lines 574-581 sub _gen_default_values { Link Here
574
        Branch => {
574
        Branch => {
575
            pickup_location => 0,
575
            pickup_location => 0,
576
        },
576
        },
577
        Reserve => {
577
        Hold => {
578
            non_priority => 0,
578
            non_priority    => 0,
579
            completed       => 0,
580
            completed_date  => undef,
581
            waiting_date    => undef,
582
            item_level      => 0,
583
            lowest_priority => 0,
584
            suspended       => 0,
585
            suspended_until => undef,
586
            expiration_date => undef,
579
        },
587
        },
580
        Itemtype => {
588
        Itemtype => {
581
            rentalcharge => 0,
589
            rentalcharge => 0,
582
- 

Return to bug 25260