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

(-)a/t/lib/TestBuilder.pm (-3 / +10 lines)
Lines 566-573 sub _gen_default_values { Link Here
566
        Branch => {
566
        Branch => {
567
            pickup_location => 0,
567
            pickup_location => 0,
568
        },
568
        },
569
        Reserve => {
569
        Hold => {
570
            non_priority => 0,
570
            non_priority    => 0,
571
            completed       => 0,
572
            completed_date  => undef,
573
            waiting_date    => undef,
574
            item_level      => 0,
575
            lowest_priority => 0,
576
            suspended       => 0,
577
            suspended_until => undef,
578
            expiration_date => undef,
571
        },
579
        },
572
        Itemtype => {
580
        Itemtype => {
573
            rentalcharge => 0,
581
            rentalcharge => 0,
574
- 

Return to bug 25260