Bugzilla – Attachment 161392 Details for
Bug 33457
Improve display of fund users when the patron has no firstname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33457: (follow-up) Simplify even further
Bug-33457-follow-up-Simplify-even-further.patch (text/plain), 1.35 KB, created by
Martin Renvoize (ashimema)
on 2024-01-25 11:56:22 UTC
(
hide
)
Description:
Bug 33457: (follow-up) Simplify even further
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-25 11:56:22 UTC
Size:
1.35 KB
patch
obsolete
>From f25ceed2cd48db6aa8453a7330b65bddc0dd3ce0 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 25 Jan 2024 11:55:42 +0000 >Subject: [PATCH] Bug 33457: (follow-up) Simplify even further > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >index 6b9ef7a0825..bb0531531f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt >@@ -559,11 +559,8 @@ > > function select_user(borrowernumber, borrower) { > ownerRemove(); >- var borrowername = $patron_to_html( borrower, { display_cardnumber: false, url: false } ); > if (borrowernumber) { >- var ownerlink = '<a href="/cgi-bin/koha/members/moremember.pl' >- + '?borrowernumber=' + borrowernumber + '">' >- + borrowername + '</a>'; >+ var ownerlink = $patron_to_html( borrower, { display_cardnumber: false, url: true } ); > $('#budget_owner_name').html(ownerlink); > $('#budget_owner_id').val(borrowernumber); > } >-- >2.43.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 33457
:
161064
|
161124
|
161299
|
161300
|
161392
|
161395
|
161396