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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 824-830 Link Here
824
        var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
824
        var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
825
        var MSG_CONFIRM_DELETE_MESSAGE = _("Are you sure you want to delete this message? This cannot be undone.");
825
        var MSG_CONFIRM_DELETE_MESSAGE = _("Are you sure you want to delete this message? This cannot be undone.");
826
826
827
        columns_settings = [% ColumnsSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
827
        columns_settings_issues_table = [% ColumnsSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
828
828
829
        $(document).ready(function() {
829
        $(document).ready(function() {
830
            if ( $('#clubs-tab').length ) {
830
            if ( $('#clubs-tab').length ) {
831
- 

Return to bug 17353