X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FLinker.pm;h=270885976f01e7264fadc144fe528a55ade4dee7;hb=400b538078f9485afcbf4c4fcc4b40e59ec644d5;hp=a3c04f7e7cee227c99c9fd3dcadc57846e4b0e4e;hpb=1ee7f449be2ba45c2458d2ac571172ecf58752b2;p=koha.git diff --git a/C4/Linker.pm b/C4/Linker.pm index a3c04f7e7c..270885976f 100644 --- a/C4/Linker.pm +++ b/C4/Linker.pm @@ -35,6 +35,9 @@ the match is "fuzzy" (the semantics of "fuzzy" are up to the individual plugin). In order to handle authority limits, get_link should always end with: return $self->SUPER::_handle_auth_limit($authid), $fuzzy; +B - updates internal linker cache for +$heading with $authid of a new created authotiry record + B - return a MARC::Field object with the heading flipped to the preferred form.