[Bug 4166] No way to know what keywords to use for Keyword Mapping
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4166 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #2 from Marc Véron <veron@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org