Bugzilla – Attachment 65379 Details for
Bug 14385
Extend OpacHiddenItems to allow specifying exempt borrower categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14385 Followup: C4::Borrowers not found
Bug-14385-Followup-C4Borrowers-not-found.patch (text/plain), 829 bytes, created by
Mark Tompsett
on 2017-08-01 01:43:31 UTC
(
hide
)
Description:
Bug 14385 Followup: C4::Borrowers not found
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-08-01 01:43:31 UTC
Size:
829 bytes
patch
obsolete
>From 8814a38cdfd93978bd8a9ff927f5c8adfec8729e Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Tue, 19 Jul 2016 17:45:43 +0200 >Subject: [PATCH] Bug 14385 Followup: C4::Borrowers not found > >GetMember is in C4::Members, not C4::Borrowers > >Signed-off-by: Claire Gravely <c.gravely@arts.ac.uk> > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > opac/opac-search.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-search.pl b/opac/opac-search.pl >index 59b8dc0..f672cba 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -51,7 +51,7 @@ use C4::Koha; > use C4::Tags qw(get_tags); > use C4::SocialData; > use C4::External::OverDrive; >-use C4::Borrowers qw(GetMember); >+use C4::Members qw(GetMember); > > use Koha::ItemTypes; > use Koha::LibraryCategories; >-- >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 14385
:
40158
|
53483
|
53494
|
53505
|
53506
|
53507
|
55593
|
64688
|
64689
|
64690
|
64691
|
64692
|
64693
|
65322
|
65323
|
65324
|
65325
|
65376
|
65377
|
65378
|
65379
|
65380
|
65381
|
65382
|
65383
|
65384
|
65385
|
65386
|
65387
|
65388
|
65389
|
65408
|
65409
|
65410
|
65411
|
66103
|
66104
|
66105
|
66106
|
66107
|
66108
|
66109
|
66110
|
66111
|
66112
|
66113
|
66114
|
66115
|
66116
|
66117
|
66118
|
66125
|
66126
|
66127
|
66128
|
66129
|
66130
|
66131
|
66132
|
66192
|
66193
|
66194
|
66195
|
66196
|
66197
|
66198
|
66199
|
66200
|
66201
|
66202
|
66203
|
66204
|
66205
|
66206
|
66207
|
66208
|
66209
|
66210
|
66302
|
66303
|
66347
|
66361
|
66372
|
66401
|
66403
|
66520
|
66521
|
66522
|
66523
|
66524
|
66525
|
66526
|
66527
|
66528
|
66529
|
66530
|
66531
|
66532
|
66533
|
66534
|
66535
|
66536
|
66537
|
66538
|
66539
|
66540
|
66541
|
66542
|
66543
|
66544
|
66545
|
70256
|
70257
|
70258
|
70259
|
72445
|
72446
|
72447
|
72448
|
72449
|
72450
|
72451
|
72452
|
72453
|
72454
|
74001
|
78654
|
78655
|
78656
|
78657
|
78825
|
78826
|
78827
|
78828
|
80411
|
80463
|
80464
|
80465
|
80466
|
80467
|
89963
|
90038