https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60007|0 |1 is obsolete| | --- Comment #3 from Marc Véron <veron@veron.ch> --- Created attachment 60383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60383&action=edit Added a logaction function in Addrenewal in order to send renew logs test plan 1 - Chose a Borrower and have him renewing an item 2 - Check the renew logs : they should be empty 3 - Apply patch 4 - Have the Borrower renewing a new item 5 - Check the renew logs : there should be your renew I called the function logaction, which is in charge of modifying the logs, within the function which adds a new renewal at the list. https://bugs.koha-community.org/show_bug.cgi?id=17708 Followed test plan, works as expected. Circulation.t passes OK Signed-off-by: Marc Véron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.