http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Summary: The 'link' feature in MARC_framework is only for MARCDisplay Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Documentation AssignedTo: nicole.engard@liblime.com ReportedBy: tajoli@cilea.it Estimated Hours: 0.0 Change sponsored?: --- In the MARC_framework help for subfields there is this description of the 'link' field: link : If you enter a field/subfield here (200b), a little glass appears after the subfield. If the user click on the glass, a search is done on the DB for the field/subfield with the same value. Can be used for 2 main topic : on a field like author (200f in UNIMARC), put 200f here, you will be able to see all biblios with the same author on a field that is a link (4xx) to reach another biblio. For example, put 011a in 464$x, will find the serial that was previously with this issn. With the 4xx pligin, you get a powerful tool to manage biblios connected to biblio Reading this help it is clear that feature is present in MARC editor ('Add MARC Record' link). But it is not true. Checking the code, it appears that the 'link' function is only for setup a link in the intranet MARC view of a record. The patches that inseted this code are: tipaul 3/Jan/2005 10.48 http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commit;h=5aa60ee6671630d478c... tipaul, 3/Jan/2005 12.56 http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commit;h=b02dc10f6e44b46569b... So in fact there is an error in the help. This function is not for Marc editor. The error is present into HEAD, 3.0.1 and in those pages of manuals: http://koha.org/documentation/manual/3.0/administration/catalog-administrati... http://koha.org/documentation/manual/3.2/administration/catalog-administrati... -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.