[Koha-bugs] [Bug 14155] Placing holds via ILSDI bypass some checks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 17 06:34:43 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14155

--- Comment #9 from Indranil Das Gupta <indradg at 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.


More information about the Koha-bugs mailing list