https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37505
Emily Lamancusa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|[email protected] |emily.lamancusa@montgomeryc |y.org |ountymd.gov --- Comment #6 from Emily Lamancusa <[email protected]> --- Oops, I meant to add a bit of actual explanation with the above code snippets, but must have accidentally deleted it. Basically, $stat_type is 'return' by default, and it will never get changed to 'localuse' if RecordLocalUseOnReturn is off. So if RecordLocalUseOnReturn is off, and an item is checked out to a statistical patron with this patch, then AddReturn will always log a return stat, regardless of whether the item was checked out or not, because $stat_type will never change to 'localuse'. -- You are receiving this mail because: 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/
