https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to David Nind from comment #7)
If claims is a subset of the acquisitions module, then how about "Acquisitions - Claims"?
This is actually not only about acq claims - it also covers serial issue claims and acq orders: WHERE module = 'ACQUISITIONS' AND ( action = 'SERIAL CLAIM' OR action = 'ACQUISITION ORDER' OR action = 'ACQUISITION CLAIM') Ultimately, that's a bit of a weird mix, especially since orders are not claims... we might want to split them up at some point. But let's fix this bug first :) -- You are receiving this mail because: You are watching all bug changes.