Bugzilla – Attachment 62216 Details for
Bug 18179
Koha::Objects->find should not be called in list context
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18179: Patron Restrictions not showing on member detail page
Bug-18179-Patron-Restrictions-not-showing-on-membe.patch (text/plain), 1.39 KB, created by
Marc Véron
on 2017-04-17 15:12:50 UTC
(
hide
)
Description:
Bug 18179: Patron Restrictions not showing on member detail page
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-17 15:12:50 UTC
Size:
1.39 KB
patch
obsolete
>From 5b1a4096d241b86be91f62df9d11990b0afb0d41 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 17 Apr 2017 17:07:34 +0200 >Subject: [PATCH] Bug 18179: Patron Restrictions not showing on member detail > page > >When a borrower has a restriction applied, the Restrictions tab on the Details >screen (moremember.pl) doesn't show the restriction is there even though there's a message at >the top of the screen saying the account is restricted. >The restrictions appear correctly on the circulation page (circulation.pl). > >To test: >- Apply patch >- Verify that restrictions tab on moremember.pl behaves the same as on > circulation.pl >--- > members/moremember.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/moremember.pl b/members/moremember.pl >index 7bea08da..36a6666 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -346,7 +346,7 @@ $template->param( > is_child => ($category_type eq 'C'), > samebranch => $samebranch, > quickslip => $quickslip, >- housebound_role => $patron->housebound_role, >+ housebound_role => $patron->housebound_role // '', > privacy_guarantor_checkouts => $data->{'privacy_guarantor_checkouts'}, > activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), > AutoResumeSuspendedHolds => C4::Context->preference('AutoResumeSuspendedHolds'), >-- >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 18179
:
62216
|
62218
|
62304
|
62305
|
62319
|
62321
|
62656
|
62657
|
62879
|
62880
|
63106
|
63107
|
63108
|
63109
|
63832