http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14155 Alex Arnaud <alex.arnaud@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #40208|0 |1 is obsolete| | --- Comment #13 from Alex Arnaud <alex.arnaud@biblibre.com> --- Created attachment 40240 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40240&action=edit (fix typo) AddBiblio call in Reserves.t Fix for the typo, it read : my ($broken_id, $title, $bibitemnum) = AddBiblio($miniaturist, ''); it should read : my ($broken_id, $title, $bibitemnum) = AddBiblio($broken, ''); Signed-off-by: Alex Arnaud (Biblibre) <alex.arnaud@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.