Bugzilla – Attachment 94878 Details for
Bug 14697
Extend and enhance "Claims returned" lost status
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14697: (QA follow-up) Remove tab chars
Bug-14697-QA-follow-up-Remove-tab-chars.patch (text/plain), 2.54 KB, created by
Josef Moravec
on 2019-10-30 18:14:42 UTC
(
hide
)
Description:
Bug 14697: (QA follow-up) Remove tab chars
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-10-30 18:14:42 UTC
Size:
2.54 KB
patch
obsolete
>From d47c0e0a03f0347f71df1f5f449dc2cc51a01f11 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 30 Oct 2019 18:00:53 +0000 >Subject: [PATCH] Bug 14697: (QA follow-up) Remove tab chars > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 34 ++++++++++------------ > 1 file changed, 16 insertions(+), 18 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 6294c06d2a..faf05d52f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -156,24 +156,22 @@ > </div> > [% END %] > >- <!-- Item has return claim(s) --> >- [% IF ( ReturnClaims ) %] >- <div class="dialog alert return-claim"> >- <h3> >- This item has been claimed as returned by: >- <ul> >- [% FOREACH rc IN ReturnClaims %] >- [% SET patron = rc.patron %] >- <li> >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]"> >- [% patron.firstname | html %] [% patron.surname | html %] >- </a> >- </li> >- [% END %] >- </ul> >- </h3> >- </div> >- [% END %] >+ <!-- Item has return claim(s) --> >+ [% IF ( ReturnClaims ) %] >+ <div class="dialog alert return-claim"> >+ <h3>This item has been claimed as returned by:</h3> >+ <ul> >+ [% FOREACH rc IN ReturnClaims %] >+ [% SET patron = rc.patron %] >+ <li> >+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]"> >+ [% patron.firstname | html %] [% patron.surname | html %] >+ </a> >+ </li> >+ [% END %] >+ </ul> >+ </div> >+ [% END %] > > <!-- Patron has waiting holds --> > [% IF ( waiting_holds ) %] >-- >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 14697
:
92407
|
92408
|
92409
|
92410
|
92962
|
92963
|
92964
|
92965
|
93005
|
93006
|
93007
|
93008
|
93012
|
93013
|
93014
|
93015
|
93017
|
93038
|
93039
|
93040
|
93041
|
93042
|
93061
|
93062
|
93063
|
93064
|
93065
|
93952
|
93953
|
93954
|
93955
|
93956
|
93957
|
93959
|
94842
|
94843
|
94844
|
94845
|
94846
|
94847
|
94848
|
94849
|
94850
|
94851
|
94852
|
94853
|
94854
|
94857
|
94877
| 94878