Bugzilla – Attachment #48072: Bug 15707: Fix conflict with bug 15446 (type vs _type) for
bug #15707
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 15707
Collapse All
|
Expand All
(-)
a/Koha/Library/Group.pm (-1 / +1 lines)
Lines 108-114 sub store {
Link Here
108
108
109
=cut
109
=cut
110
110
111
sub type {
111
sub _type {
112
return 'LibraryGroup';
112
return 'LibraryGroup';
113
}
113
}
114
114
(-)
a/Koha/Library/Groups.pm (-2 / +1 lines)
Lines 49-55 sub get_root_groups {
Link Here
49
49
50
=cut
50
=cut
51
51
52
sub type {
52
sub _type {
53
return 'LibraryGroup';
53
return 'LibraryGroup';
54
}
54
}
55
55
56
-
Return to
bug 15707