https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28408 Bug ID: 28408 Summary: Last modification date for suggestions is wrong Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org In the DB suggestions have a column: last_modification_date `lastmodificationdate` date DEFAULT NULL COMMENT 'date of the last modification', It is not updated when a suggestion is modified, however, the date field is: `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'date and time the suggestion was updated', On the interface we display the first as "Last modification on" - which is confusing if you update a suggestion, and the date doesn't change -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.