Hi,

On Wed, Mar 10, 2010 at 4:25 PM, Henri-Damien LAURENT
<[email protected]> wrote:
> From: Paul Poulain <[email protected]>
>
> removing only is2709 for authorities

Do you have evidence that the issue behind why that restriction exists
in the first place has been resolved?  See commit
57d128f72781fc854936ab0c4e8dffde167108bc.

> +    if ($marc->fields()){
> +        return $marc;
> +    } else {
> +        return undef;
> +    }
>  }

This is  superfluous - by the time it gets to this point, it will
contain a valid MARC::Record object.  If somehow it is retrieving a
MARC record that has no fields defined, that indicates a data problem
that needs to be dealt with lower down in the stack.

Regards,

Galen
-- 
Galen Charlton
[email protected]
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to