https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13552
Fridolin SOMERS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #15 from Fridolin SOMERS <[email protected]> --- I think there is a problem. $infos->{debarred} is used by AddDebarment() but also in Koha::Patrons->find( $borrowernumber )->set($infos)->store. In this case borrowers.debarred in DB with get the entered date, even if there is an existing debarment with a greater date. This column must be set only by Patron::Debarments. I think $infos->{debarred} must be deleted after beeing used by AddDebarment(). Same for debarredcomment. -- 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/
