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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 5 Jul 2022 12:15:04 +0000 (09:15 -0300)
commit1f5fbcf73626139bcc01aca73b912fa29ff51f7d
tree51725729d2dbc2cc75987f0efaeb23652cf43584
parent3684a53dc328047f5f608d4b3d6b37abcbf30400
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>
Koha/Item.pm