17 Jun
2015
17 Jun
'15
6:34 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14155 --- Comment #9 from Indranil Das Gupta <indradg@gmail.com> --- 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.