[Koha-bugs] [Bug 18923] Resolve a warn in Biblio::GetCOinSBiblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 9 10:50:34 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Katrin Fischer from comment #7)
> My record had a 773 like this:
> 
>   <datafield tag="773" ind1="1" ind2="8">
>     <subfield code="w">000621110</subfield>
>     <subfield code="g">3</subfield>
>     <subfield code="q">3,2</subfield>
>   </datafield>
> 
> Still no luck. Can you please test again? Maybe another patch fixed it.

Aah. Found it: This part of code in GetCOinSBiblio only is touched when some
leader values are set. Position 6 should be a and position 7 should be a.
Note: First test without the patch. Then apply and test again. The warning
should not be generated in the latter case.
Use of uninitialized value in concatenation (.) or string at C4/Biblio.pm line
1370.
Will adjust the test plan accordingly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list