Bugzilla – Attachment #48140: Bug 15635: Change method type to _type for bug 15446 for
bug #15635
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 15635
Collapse All
|
Expand All
(-)
a/Koha/Patron/Image.pm (-2 / +2 lines)
Lines 33-43 Koha::Patron;;Image - Koha Patron;;Image Object class
Link Here
33
33
34
=cut
34
=cut
35
35
36
=head3 type
36
=head3 _type
37
37
38
=cut
38
=cut
39
39
40
sub type {
40
sub _type {
41
return 'Patronimage';
41
return 'Patronimage';
42
}
42
}
43
43
(-)
a/Koha/Patron/Images.pm (-3 / +2 lines)
Lines 35-45 Koha::Patron::Images - Koha Patron Image Object set class
Link Here
35
35
36
=cut
36
=cut
37
37
38
=head3 type
38
=head3 _type
39
39
40
=cut
40
=cut
41
41
42
sub type {
42
sub _type {
43
return 'Patronimage';
43
return 'Patronimage';
44
}
44
}
45
45
46
-
Return to
bug 15635