Bugzilla – Attachment 98099 Details for
Bug 23594
Add ability to batch modify itemtypes from the suggestions page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23594: Fix bad resolution conflict with bug 16784
Bug-23594-Fix-bad-resolution-conflict-with-bug-167.patch (text/plain), 1.29 KB, created by
Katrin Fischer
on 2020-01-29 22:02:38 UTC
(
hide
)
Description:
Bug 23594: Fix bad resolution conflict with bug 16784
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-29 22:02:38 UTC
Size:
1.29 KB
patch
obsolete
>From e7dca6a3643491d41cae566f6f4e88a601f348a8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 23 Jan 2020 09:59:55 +0100 >Subject: [PATCH] Bug 23594: Fix bad resolution conflict with bug 16784 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 76a78c5703..0d7d23a84a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -844,7 +844,7 @@ > columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] > [% FOREACH suggestion IN suggestions %] > [% IF ( suggestion.suggestions_loop ) %] >- KohaTable("[% suggestion.suggestiontype | html %]t", { >+ KohaTable("table_[% loop.count| html %]", { > "sorting": [[ 1, "asc" ]], > "autoWidth": false, > "columnDefs": [ >-- >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 23594
:
94469
|
94520
|
94521
|
94834
|
94835
|
94836
|
97663
|
97664
|
97665
|
97693
|
97781
|
98094
|
98095
|
98096
|
98097
|
98098
| 98099