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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
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/