Bug 29958: Do not set dateaccessioned on updates
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 24 Jun 2022 14:39:07 +0000 (15:39 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 9 Aug 2022 22:07:20 +0000 (22:07 +0000)
commite0fcd54a6edd728ab67924d5ab3ef3df8d4e52dd
tree6940a38740135a54cc6dc25397a0c0e0522ac172
parent91c4d411157a22bbeb58b43b878705f44c71f1f3
Bug 29958: Do not set dateaccessioned on updates

This patch reomves the second occurence of setting daeaccessioned today,
outside of the 'add/update' handling in Koha::Item->store.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 1f5fbcf73626139bcc01aca73b912fa29ff51f7d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Item.pm