https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28846 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Brendan Lawlor <blawlor@clamsnet.org> --- There are a couple small problems that with the latest patch. A typo in the function name GetMercFromKohaField in suggestion.pl FAIL valid "GetMercFromKohaField" is not exported by the C4::Biblio module Can't continue after import errors It looks like [% USE raw %] was accidentally removed from suggestion.tt because the $raw filter is still needed. The parameter for PROCESS 'av-build-dropbox.inc' default=suggestion.itemtype was changed to default=itemtype, but suggestion.pl only sets the param suggestion, not itemtype. I think that would break the Document type input getting pre selected. -- You are receiving this mail because: You are watching all bug changes.