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

2018-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 --- Comment #7 from Katrin Fischer --- ... forgot to say: the rest is jQuery. So this is a solution using only configuration options, if someone else is interested. -- You are receiving this mail because:

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

2018-04-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 --- Comment #6 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #5) > In German it's slightly different: Konvolut. > > I think having a proper solution in Koha for these kinds of items

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

2018-04-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Katrin Fischer changed: What|Removed |Added CC|

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

2018-02-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Marcel de Rooy changed: What|Removed |Added Status|RESOLVED

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

2018-02-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Marcel de Rooy changed: What|Removed |Added Resolution|---

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

2017-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Marcel de Rooy changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

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

2017-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 --- Comment #2 from Marcel de Rooy --- Created attachment 69030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69030=edit Bug 19562: Do not mark convolute items without barcode as

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

2017-11-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Marcel de Rooy changed: What|Removed |Added Patch complexity|---

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

2017-11-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 --- Comment #1 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #0) > A simple custom solution is: > $item->{problems}->{no_barcode} = 1 unless $item->{itemnotes} =~ > /convolute/i; This