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

(-)a/t/lib/TestBuilder.pm (-7 / +6 lines)
Lines 632-644 sub _gen_default_values { Link Here
632
            item_group_id => undef,
632
            item_group_id => undef,
633
        },
633
        },
634
        Itemtype => {
634
        Itemtype => {
635
            rentalcharge => 0,
635
            rentalcharge        => 0,
636
            rentalcharge_daily => 0,
636
            rentalcharge_daily  => 0,
637
            rentalcharge_hourly => 0,
637
            rentalcharge_hourly => 0,
638
            defaultreplacecost => 0,
638
            defaultreplacecost  => 0,
639
            processfee => 0,
639
            processfee          => 0,
640
            notforloan => 0,
640
            notforloan          => 0,
641
            bookable => 0,
641
            bookable            => 0,
642
        },
642
        },
643
        Aqbookseller => {
643
        Aqbookseller => {
644
            tax_rate => 0,
644
            tax_rate => 0,
645
- 

Return to bug 35906