https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9717
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Local use recorded for |Extend |holds/transfers |RecordLocalUseOnReturn | |system preference to | |optionally distinguish | |completed transfers and | |captured holds CC| |[email protected] --- Comment #21 from Andrew Fuerste-Henry <[email protected]> --- This longstanding issue has languished for lack of consensus. I suggest we add to new system preferences, connected to the existing RecordLocalUseOnReturn. RecordLocalUseOnReturn currently reads: (Don't record / record) local use when an unissued item is checked in. I suggest we add a these preferences: RecordTransferOnReturn (Don't record / record) a transfer when an unissued item is checked in and completes a transfer. This option supersedes RecordLocalUseOnReturn. RecordHoldCaptureOnReturn (Don't record / record) a hold capture when an unissued item is checked in and captured for a hold. This option supersedes RecordTransferOnReturn and RecordLocalUseOnReturn. With RecordTransferOnReturn set to "record," checking in an unissued item would write "transfer" to statistics.type rather than "localuse" when that checkin completes a transfer. With RecordHoldCaptureOnReturn set to "record" checking in an unissued item would write "hold_capture" to statistics.type rather than "localuse." For items checked in to complete a transfer *for* a hold, they would record a type of "hold_capture" if RecordHoldCaptureOnReturn is enabled or "transfer" if RecordHoldCaptureOnReturn is off but RecordTransferOnReturn is on. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
