[Koha-bugs] [Bug 24106] In returns.pl, don't search for item if no barcode is provided

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 25 20:27:40 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24106

Liz Rea <wizzyrea at gmail.com> changed:

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

--- Comment #2 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 95806
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95806&action=edit
Bug 24106: In returns.pl, don't search for item if no barcode is provided

When loading returns.pl, code to check rotating collections fires off an search
for items by barcode, but doesn't check for a barcode first. This means the
code will search for items where barcode is NULL, which is definitely not the
intended function.

Test Plan:
1) Apply this patch
2) Set up a rotating collection with items
3) Transfer the collection
4) Check in a rotating collection item
5) Note no change in functionality

Signed-off-by: Liz Rea <wizzyrea at gmail.com>

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


More information about the Koha-bugs mailing list