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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/