[Koha-bugs] [Bug 19562] New: Inventory: How can we skip convolutes marked as problematic with no_barcode?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 2 10:31:41 CET 2017


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

            Bug ID: 19562
           Summary: Inventory: How can we skip convolutes marked as
                    problematic with no_barcode?
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

We have two biblio records, but one item. It is a convolute, a bound set of
actually two items. We added one item to each biblio, added Convolute in the
item notes and gave the bound set one barcode recorded in one of the items.
When doing inventory and comparing with a barcode file, you can imagine that
the item without the barcode (having the same callnumber as the item with the
barcode) is reported as a problem (no_barcode).

A simple custom solution is:
$item->{problems}->{no_barcode} = 1 unless $item->{itemnotes} =~ /convolute/i;

Do you have any suggestions or ideas to resolve similar problems with
convolutes, if you have them ? How do you record this situation ?

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


More information about the Koha-bugs mailing list