http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4166
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marc Véron <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
