]> git.koha-community.org Git - koha.git/commit
Bug 5690
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 3 Feb 2011 23:01:19 +0000 (18:01 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 7 Feb 2011 23:17:22 +0000 (18:17 -0500)
commit1e8ea0254e6f42b85b52679b6b323b45b4255075
treee5ff3bceae78cf71f7c0543cf94248a47e8c9a65
parent9facc2612104d989e77de932f2a60bc9f3352c5c
Bug 5690

MT3947: items.timestamp were not updated on edition

If items.timestamp is used in the framework and hidden
the fact that it is NOT deleted before update is done would input the previous timestamp,
which is not the desired behaviour.

Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 60dd25b5c230249581a9736458aad4bad783dd52)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Items.pm