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 1831-1836 Link Here
1831
                // Disable management if there's a duedate
1831
                // Disable management if there's a duedate
1832
                if(duedate) {
1832
                if(duedate) {
1833
                    bundle_toolbar.children('.btn').addClass("disabled");
1833
                    bundle_toolbar.children('.btn').addClass("disabled");
1834
                    bundle_toolbar.attr("title", __("This bundle is checked out, it cannot be modified"));
1834
                }
1835
                }
1835
1836
1836
                // This is the table we'll convert into a DataTable
1837
                // This is the table we'll convert into a DataTable
1837
- 

Return to bug 31082