Bugzilla – Attachment 84879 Details for
Bug 21441
System information gives reference to a non-existant table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21441: Fix wrong reference to a 'holds' table on system information tab
Bug-21441-Fix-wrong-reference-to-a-holds-table-on-.patch (text/plain), 1.57 KB, created by
Martin Renvoize (ashimema)
on 2019-02-08 16:32:01 UTC
(
hide
)
Description:
Bug 21441: Fix wrong reference to a 'holds' table on system information tab
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-02-08 16:32:01 UTC
Size:
1.57 KB
patch
obsolete
>From 9826758386e898292a979875f126776ab69949c1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 5 Feb 2019 00:42:34 +0100 >Subject: [PATCH] Bug 21441: Fix wrong reference to a 'holds' table on system > information tab > >It looks like a typo snuck in on the about page, listing a holds >table instead of reserves. > >To test: >- Manually create the same PK (reserve_id) in reserves and old_reserves >- Verify that the message on about > system information now > correctly lists those tables (not holds and old_reserves) > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index f92800d5c2..9b33535fdd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -222,7 +222,7 @@ > [% END %] > [% IF ai_holds %] > <h4>Holds</h4> >- <p>The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> >+ <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p> > <p>[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]</p> > [% END %] > <br/> >-- >2.20.1
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 21441
:
84759
|
84766
| 84879