View | Details | Raw Unified | Return to bug 37989
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
        problem_reports => {
1908
            module   => 'Koha::ProblemReports',
1909
            singluar => 'problemreport',
1910
            plural   => 'problemreports',
1911
            pk       => 'reportid'
1912
        },
1907
    };
1913
    };
1908
1914
1909
    my $dbh = C4::Context->dbh;
1915
    my $dbh = C4::Context->dbh;
1910
- 

Return to bug 37989