Bugzilla – Attachment 83775 Details for
Bug 17353
Add phone number column to checkout search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17353: (follow-up) Adjust config variable for moremember.tt too
Bug-17353-follow-up-Adjust-config-variable-for-mor.patch (text/plain), 1.22 KB, created by
Nick Clemens (kidclamp)
on 2019-01-10 20:43:10 UTC
(
hide
)
Description:
Bug 17353: (follow-up) Adjust config variable for moremember.tt too
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-01-10 20:43:10 UTC
Size:
1.22 KB
patch
obsolete
>From fb8e6c836733ae615a488b7c57b55630317f3e58 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 10 Jan 2019 20:40:02 +0000 >Subject: [PATCH] Bug 17353: (follow-up) Adjust config variable for > moremember.tt too > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 6e15e3c4d1..f96cb3c0a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -824,7 +824,7 @@ > var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); > var MSG_CONFIRM_DELETE_MESSAGE = _("Are you sure you want to delete this message? This cannot be undone."); > >- columns_settings = [% ColumnsSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %] >+ columns_settings_issues_table = [% ColumnsSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %] > > $(document).ready(function() { > if ( $('#clubs-tab').length ) { >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17353
:
55824
|
55831
|
83720
|
83743
|
83775
|
83858
|
83859