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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 17 Aug 2022 21:45:35 +0000 (23:45 +0200)
commit1e24be03e613fb1f23457f005496891853597921
tree356d7ddb80156258ed3f7b72867fd8a989b1cf18
parent65494643fa29de88c2f085ce4edcf681108dab46
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>
(cherry picked from commit e0fcd54a6edd728ab67924d5ab3ef3df8d4e52dd)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
(cherry picked from commit 898adc6ff6ef8e6c16e279508a9d073d2547084b)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/Item.pm