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

(-)a/C4/Letters.pm (-1 / +6 lines)
Lines 1904-1909 sub _get_tt_params { Link Here
1904
            plural   => 'train_items',
1904
            plural   => 'train_items',
1905
            pk       => 'train_item_id'
1905
            pk       => 'train_item_id'
1906
        },
1906
        },
1907
        recalls => {
1908
            module   => 'Koha::Recalls',
1909
            singular => 'recall',
1910
            plural   => 'recalls',
1911
            pk       => 'recall_id'
1912
        },
1907
    };
1913
    };
1908
1914
1909
    my $dbh = C4::Context->dbh;
1915
    my $dbh = C4::Context->dbh;
1910
- 

Return to bug 36020