View | Details | Raw Unified | Return to bug 20256
Collapse All | Expand All

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 1623-1629 sub libraries_where_can_see_patrons { Link Here
1623
1623
1624
my $libraries = $thing-libraries_where_can_see_things;
1624
my $libraries = $thing-libraries_where_can_see_things;
1625
1625
1626
Returns a list of libraries where an aribitarary action is allowd to be taken by the logged in librarian
1626
Returns a list of libraries where an aribitarary action is allowed to be taken by the logged in librarian
1627
against an object based on some branchcode related to the object ( patron branchcode, item homebranch, etc ).
1627
against an object based on some branchcode related to the object ( patron branchcode, item homebranch, etc ).
1628
1628
1629
We are supposing here that the object is related to the logged in librarian (use of C4::Context::only_my_library)
1629
We are supposing here that the object is related to the logged in librarian (use of C4::Context::only_my_library)
1630
- 

Return to bug 20256