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

(-)a/C4/Letters.pm (-1 / +6 lines)
Lines 1921-1926 sub _get_tt_params { Link Here
1921
            plural   => 'train_items',
1921
            plural   => 'train_items',
1922
            pk       => 'train_item_id'
1922
            pk       => 'train_item_id'
1923
        },
1923
        },
1924
        problem_reports => {
1925
            module   => 'Koha::ProblemReports',
1926
            singluar => 'problemreport',
1927
            plural   => 'problemreports',
1928
            pk       => 'reportid'
1929
        },
1924
    };
1930
    };
1925
1931
1926
    my $dbh = C4::Context->dbh;
1932
    my $dbh = C4::Context->dbh;
1927
- 

Return to bug 37989