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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 1835-1840 Link Here
1835
                // Disable management if there's a duedate
1835
                // Disable management if there's a duedate
1836
                if(duedate) {
1836
                if(duedate) {
1837
                    bundle_toolbar.children('.btn').addClass("disabled");
1837
                    bundle_toolbar.children('.btn').addClass("disabled");
1838
                    bundle_toolbar.attr("title", __("This bundle is checked out, it cannot be modified"));
1838
                }
1839
                }
1839
1840
1840
                // This is the table we'll convert into a DataTable
1841
                // This is the table we'll convert into a DataTable
1841
- 

Return to bug 31082