[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
Tue Oct 27 10:50:17 CET 2015


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

Alex Arnaud <alex.arnaud at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40240|0                           |1
        is obsolete|                            |

--- Comment #20 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Created attachment 44049
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44049&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 at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list