https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21702 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 81360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81360&action=edit Bug 21702: Make mancredit.pl use the patron id for the staff user I think unsafe SQL modes and the fact that manager_id has no FK allowed this to go unnoticed. But now we catch it! To test: - On a patron, try adding a new manual credit of any type => FAIL: It fails telling the userid of the logged user is not a valid integer! - Apply this patch - Try adding a manual credit of any type => SUCCESS: Manual credit added! - Sign off! Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.