Bugzilla – Attachment 178391 Details for
Bug 32630
Don't delete ILL requests when patron is deleted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32630: Update patron attribute display
Bug-32630-Update-patron-attribute-display.patch (text/plain), 2.21 KB, created by
Pedro Amorim
on 2025-02-20 11:58:26 UTC
(
hide
)
Description:
Bug 32630: Update patron attribute display
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-02-20 11:58:26 UTC
Size:
2.21 KB
patch
obsolete
>From 4cbb1e18de34bda8803fd6fb92300918ba2ccf8e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 20 Feb 2025 11:51:47 +0000 >Subject: [PATCH] Bug 32630: Update patron attribute display > >Only show this attribute if defined >--- > .../prog/en/modules/ill/ill-requests.tt | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 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 1801b777942..c97a6ca7f6b 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 >@@ -571,11 +571,13 @@ > [% request.orderid | html %] > </li> > [% END %] >- <li class="borrowernumber"> >- <span class="label borrowernumber">Patron:</span> >- [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] >- <a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> >- </li> >+ [% IF request.borrowernumber %] >+ <li class="borrowernumber"> >+ <span class="label borrowernumber">Patron:</span> >+ [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %] >+ <a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> >+ </li> >+ [% END %] > [% IF request.biblio_id %] > <li class="biblio_id"> > <span class="label biblio_id">Bibliographic record ID:</span> >-- >2.39.5
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 32630
:
178387
|
178388
|
178389
|
178390
|
178391
|
178392
|
178393
|
178858
|
178859
|
178860
|
178861
|
178862
|
178863
|
178864
|
178876
|
178877
|
178878
|
178879
|
178880
|
178881
|
178882
|
178883