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

(-)a/t/lib/TestBuilder.pm (-1 / +4 lines)
Lines 480-485 sub _gen_default_values { Link Here
480
        Itemtype => {
480
        Itemtype => {
481
            rentalcharge => 0,
481
            rentalcharge => 0,
482
        },
482
        },
483
        Aqbookseller => {
484
            tax_rate => 0,
485
            discount => 0,
486
        },
483
    };
487
    };
484
}
488
}
485
489
486
- 

Return to bug 20144