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

(-)a/C4/Letters.pm (-2 / +1 lines)
Lines 1519-1525 sub _get_tt_params { Link Here
1519
            module   => 'Koha::Holds',
1519
            module   => 'Koha::Holds',
1520
            singular => 'hold',
1520
            singular => 'hold',
1521
            plural   => 'holds',
1521
            plural   => 'holds',
1522
            fk       => [ 'borrowernumber', 'biblionumber' ],
1522
            pk       => 'reserve_id',
1523
        },
1523
        },
1524
        serial => {
1524
        serial => {
1525
            module   => 'Koha::Serials',
1525
            module   => 'Koha::Serials',
1526
- 

Return to bug 24612