Bugzilla – Attachment 99916 Details for
Bug 23112
Add circulation process to inter-library loans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23112: (follow-up) Address QA feedback
Bug-23112-follow-up-Address-QA-feedback.patch (text/plain), 3.06 KB, created by
Andrew Isherwood
on 2020-03-02 14:18:47 UTC
(
hide
)
Description:
Bug 23112: (follow-up) Address QA feedback
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2020-03-02 14:18:47 UTC
Size:
3.06 KB
patch
obsolete
>From cebf1036f504ce0c81ef59f9bc7e8da93de814ca Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Mon, 6 Jan 2020 12:04:53 +0000 >Subject: [PATCH] Bug 23112: (follow-up) Address QA feedback > >As per comment #46 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 5088252f60..b6d736e127 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -113,7 +113,7 @@ > > [% ELSIF query_type == 'check_out' and !whole.error %] > [% IF !whole.stage || whole.stage == 'form' %] >- <h1 id="ill-issue-title">Issue requested item to [% request.patron.firstname %] [% request.patron.surname %]</h1> >+ <h1 id="ill-issue-title">Issue requested item to [% INCLUDE 'patron-title.inc' patron = request.patron %]</h1> > [% IF !request.biblio_id || request.biblio_id.length == 0 %] > <div class="alert">This item cannot be issued as it has no biblio record associated with it</div> > [% END %] >@@ -163,7 +163,7 @@ > [% IF whole.value.errors.inhouse %] > <span class="required">You must choose a valid patron</span> > [% END %] >- <div class="hint">If you do not wish to check out the item to [% request.patron.firstname | html %] [% request.patron.surname | html %] and would rather issue it to an in-house statistical patron, choose the patron here</div> >+ <div class="hint">If you do not wish to check out the item to [% INCLUDE 'patron-title.inc' patron = request.patron %] and would rather issue it to an in-house statistical patron, choose the patron here</div> > </li> > <li class="ill_checkout_item_type"> > <label for="item_type" class="ill_checkout_item_type_label required">Item type:</label> >@@ -244,7 +244,7 @@ > <ol> > <li> > <label>Checked out to:</label> >- [% whole.value.patron.firstname | html %] [% whole.value.patron.surname | html %] >+ [% INCLUDE 'patron-title.inc' patron = whole.value.patron %] > </li> > <li> > <label>Due date:</label> >@@ -720,7 +720,6 @@ > </script> > [% INCLUDE 'ill-list-table-strings.inc' %] > [% Asset.js("js/ill-list-table.js") | $raw %] >- [% Asset.js("js/ill-check-out.js") | $raw %] > [% END %] > > [% TRY %] >-- >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 23112
:
91987
|
91988
|
91989
|
91990
|
91991
|
92000
|
92001
|
92002
|
92003
|
92004
|
93530
|
93531
|
93532
|
93533
|
93534
|
93958
|
94264
|
94265
|
94266
|
94267
|
94268
|
94269
|
95565
|
95566
|
95567
|
95568
|
95569
|
95570
|
96834
|
96870
|
99910
|
99911
|
99912
|
99913
|
99914
|
99915
|
99916
|
99917
|
100100
|
100101
|
100102
|
100103
|
100104
|
100105
|
100106
|
100107
|
100108
|
100169
|
100224
|
100225
|
100252
|
100253
|
100254
|
100255
|
100256
|
100257
|
100258
|
100259
|
100260
|
100261
|
100262
|
100263