[Koha-bugs] [Bug 3370] New: Add the support of a Get Method on biblio records

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Fri Jun 26 15:30:42 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3370

           Summary: Add the support of a Get Method on biblio records
           Product: Koha
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: MARC Bibliographic data support
        AssignedTo: nahuel.angelinetti at biblibre.com
        ReportedBy: nahuel.angelinetti at biblibre.com
   Estimated Hours: 0.0
 Change sponsored?: ---


This method should be based on a table like koha2marc mapping, but should map a
"keyword" to "MARC field".
This is a big enhancement, to the "generic" supporte of fields.
Like when we want to retrieve "subtitle" we would do:
C4::Biblio::Get('subtitle',$record);

This will see in the mapping table for the keyword and record framework which
field is attached.
Like in unimarc we will find for "subtitle" keyword the field 200$e, so the
function will return an array of strings.


-- 
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.



More information about the Koha-bugs mailing list