[Koha-bugs] [Bug 4166] No way to know what keywords to use for Keyword Mapping

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 17 01:10:39 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4166

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #2 from Marc Véron <veron at veron.ch> ---
    I did a search for GetRecordValue and found one place with other values
than 'subtitle'.
    (BTW: I did not find any calls to GetRecordValue where the first parameter
was a variable.)    

    C4\HoldsQueue.pm
    sub GetHoldsQueueItems

    Line 141:  $row->{parts} =
GetRecordValue('parts',$record,'')->[0]->{subfield};
    Line 142:  $row->{numbers} =
GetRecordValue('numbers',$record,'')->[0]->{subfield};

    GetHoldQueItems then is used in circ\view_holdsqueue.pl    
    But the values 'parts' and 'numbers' are not used in view_holdsque.tt

    With other words we have:

    'subtitle':  used at many places
    'parts':     not (yet?) used
    'numbers':   not (yet?) used

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list