Bugzilla – Attachment 65266 Details for
Bug 18931
Add a "data corrupted" section on the about page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18931 - Follow up - Typo fix in template for holds
Bug-18931---Follow-up---Typo-fix-in-template-for-h.patch (text/plain), 1.06 KB, created by
Mason James
on 2017-07-26 06:43:39 UTC
(
hide
)
Description:
Bug 18931 - Follow up - Typo fix in template for holds
Filename:
MIME Type:
Creator:
Mason James
Created:
2017-07-26 06:43:39 UTC
Size:
1.06 KB
patch
obsolete
>From 33f2ab6061616c26445df44bdaf5efc3b540873e Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Wed, 26 Jul 2017 18:42:19 +1200 >Subject: [PATCH] Bug 18931 - Follow up - Typo fix in template for holds >Content-Type: text/plain; charset="utf-8" > >--- > 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 63ae293..7a523ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -146,7 +146,7 @@ > [% IF ai_holds %] > <h4>Holds</h4> > <p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table: >- [% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p> >+ [% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p> > [% END %] > [% END %] > >-- >2.1.4
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 18931
:
65010
|
65157
|
65188
|
65189
|
65209
|
65210
|
65211
|
65212
|
65255
|
65256
|
65257
|
65258
|
65259
|
65260
| 65266 |
65267
|
65299