https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #127 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to Katrin Fischer from comment #126)
I am not able to download the records from Bugzilla. This might be a side effect of some spam protection measure :( Could you make them available somewhere else maybe?
I've also got a question about this:
When looking up the component part records, the code searches for records with (773$w=Host001 and 003=Host003) or 773$w='Host003 Host001' or, if the 003 is not defined in the Host, 773$w=Host001.
I am in a hard spot here. Because Koha didn't care about 003 so far, our $w never have the 003, but it's defined in the records. Does this mean this won't work until we would change data or is there a way this could still work?
It will work, it supports both, the 003 will be used only for further disambiguation in case the records have it. See also bug 27507. -- You are receiving this mail because: You are watching all bug changes.