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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 181-187 $(document).ready(function() { Link Here
181
        $('#issues-table').show();
181
        $('#issues-table').show();
182
        $('#issues-table-actions').show();
182
        $('#issues-table-actions').show();
183
183
184
        issuesTable = KohaTable("#issues-table", {
184
        issuesTable = KohaTable("issues-table", {
185
            "oLanguage": {
185
            "oLanguage": {
186
                "sEmptyTable" : MSG_DT_LOADING_RECORDS,
186
                "sEmptyTable" : MSG_DT_LOADING_RECORDS,
187
                "sProcessing": MSG_DT_LOADING_RECORDS,
187
                "sProcessing": MSG_DT_LOADING_RECORDS,
188
- 

Return to bug 9573