http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14155
--- Comment #9 from Indranil Das Gupta <[email protected]> --- Created attachment 40208 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40208&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, ''); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
