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

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

Return to bug 25260