https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37211
--- Comment #10 from Martin Renvoize (ashimema) <[email protected]> --- Comment on attachment 170218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170218 Bug 37211: Make notes in patron transactions table editable Review of attachment 170218: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=37211&attachment=170218) ----------------------------------------------------------------- ::: members/boraccount.pl @@ +235,5 @@ > + sub { > + # Update the note and date in the account line > + $payment->set( > + { > + date => \'NOW()', I'm not sure we should be updating the date here... we have a timestamp field in the accountlines table that already updates on any change to the accountline.. the date field is meant for recording when the accountline was created. -- 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/
