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

--- Comment #9 from Kyle M Hall <[email protected]> ---
(In reply to Jonathan Druart from comment #7)
> Kyle, I did not test but I see:
> 
> +            $resp .= maybe_add( FID_COLLECTION_CODE,     
> $item->collection_code,     $server );
> 
> then:
> 
> +            if ( my $CR = $server->{account}->{cr_item_field} ) {
> +                $resp .= maybe_add( FID_COLLECTION_CODE, $item->{$CR} );
> +            } else {
> +                $resp .= maybe_add( FID_COLLECTION_CODE,
> $item->collection_code );
> +            }
> 
> Is that correct? (twice maybe_add with FID_COLLECTION_CODE)

Fixed! Looks like the original patch got a bad rebase perhaps.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to