[Koha-bugs] [Bug 12122] TransferSlip should accept both itemnumber and barcode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 6 22:35:20 CEST 2014


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

Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> changed:

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

--- Comment #7 from Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> ---
Created attachment 28000
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28000&action=edit
Bug 12122: TransferSlip should accept both itemnumber and barcode

Added small patch to allow barcode as input in TransferSlip routine, mostly
to allow generating transfer slips where only barcode is present (aka.
javascript).

Test plan:
1) find book with <barcode> and <itemnumber>
2) generate transferslips with both:
 
transfer-slip.pl?transferitem=<itemnumber>3967925&branchcode=MPL&op=slip
  transfer-slip.pl?barcode=<barcode>&branchcode=MPL&op=slip
and verify that the generated slips match.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

Edit:
 - Added tests in t/db_dependent/Circulation_transfers.t

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


More information about the Koha-bugs mailing list