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

(-)a/t/lib/TestBuilder.pm (-1 / +3 lines)
Lines 559-564 sub _gen_default_values { Link Here
559
            # Not X, used for statistics
559
            # Not X, used for statistics
560
            category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] },
560
            category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] },
561
        },
561
        },
562
        Branch => {
563
            pickup_location => 0,
564
        },
562
        Itemtype => {
565
        Itemtype => {
563
            rentalcharge => 0,
566
            rentalcharge => 0,
564
            rentalcharge_daily => 0,
567
            rentalcharge_daily => 0,
565
- 

Return to bug 25540