Bugzilla – Attachment 73085 Details for
Bug 20444
Remove C4::Members::Attributes::GetAttributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20444: Remove sub GetAttributes
Bug-20444-Remove-sub-GetAttributes.patch (text/plain), 1.17 KB, created by
Josef Moravec
on 2018-03-19 09:35:51 UTC
(
hide
)
Description:
Bug 20444: Remove sub GetAttributes
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-03-19 09:35:51 UTC
Size:
1.17 KB
patch
obsolete
>From 387802dd57fd357ec466a49e4c1e26c97a5ed58a Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 19 Mar 2018 09:33:50 +0000 >Subject: [PATCH] Bug 20444: Remove sub GetAttributes > >0) Apply this patch >1) git grep GetAttributes should return no occurencies >--- > C4/Members/Attributes.pm | 18 ------------------ > 1 file changed, 18 deletions(-) > >diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm >index ab43a7c..cf9051d 100644 >--- a/C4/Members/Attributes.pm >+++ b/C4/Members/Attributes.pm >@@ -95,24 +95,6 @@ sub GetBorrowerAttributes { > return \@results; > } > >-=head2 GetAttributes >- >- my $attributes = C4::Members::Attributes::GetAttributes([$opac_only]); >- >-Retrieve an arrayref of extended attribute codes >- >-=cut >- >-sub GetAttributes { >- my ($opac_only) = @_; >- >- my $dbh = C4::Context->dbh(); >- my $query = "SELECT code FROM borrower_attribute_types"; >- $query .= "\nWHERE opac_display = 1" if $opac_only; >- $query .= "\nORDER BY code"; >- return $dbh->selectcol_arrayref($query); >-} >- > =head2 GetBorrowerAttributeValue > > my $value = C4::Members::Attributes::GetBorrowerAttributeValue($borrowernumber, $attribute_code); >-- >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 20444
:
73083
|
73084
|
73085
|
74788
|
74789
|
74790
|
74793
|
74794
|
74795
|
74906
|
74907
|
74908