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

Fridolin Somers <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #30 from Fridolin Somers <[email protected]> ---
This breaks t/db_dependent/Koha/Biblio.t :
    #   Failed test 'Authorised value is correctly parsed to show description
rather than code'
    #   at t/db_dependent/Koha/Biblio.t line 708.
    #          got: 'CODE'
    #     expected: 'Description should show'

How should we fix all calls of transformMARCXML4XSLT ?

 > git grep 'transformMARCXML4XSLT('
C4/XSLT.pm:    my $record = transformMARCXML4XSLT($biblionumber, $orig_record,
undef, $branches, $itemtypes, $authorised_values );
Koha/Biblio.pm:    $record = transformMARCXML4XSLT( $self->biblionumber,
$record, $opac );
Koha/OAI/Server/Repository.pm:    $record = transformMARCXML4XSLT(
$biblionumber, $record )
t/db_dependent/XSLT.t:    C4::XSLT::transformMARCXML4XSLT( 3, $record, 0,
$branches, $itemtypes, $av );
t/db_dependent/XSLT.t:    C4::XSLT::transformMARCXML4XSLT( 3, $record,
$branches, $itemtypes, $av );

-- 
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