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

(-)a/C4/Letters.pm (-1 / +6 lines)
Lines 1973-1978 sub _get_tt_params { Link Here
1973
            plural   => 'train_items',
1973
            plural   => 'train_items',
1974
            pk       => 'train_item_id'
1974
            pk       => 'train_item_id'
1975
        },
1975
        },
1976
        problem_reports => {
1977
            module   => 'Koha::ProblemReports',
1978
            singluar => 'problemreport',
1979
            plural   => 'problemreports',
1980
            pk       => 'reportid'
1981
        },
1976
    };
1982
    };
1977
1983
1978
    my $dbh = C4::Context->dbh;
1984
    my $dbh = C4::Context->dbh;
1979
- 

Return to bug 37989