]> git.koha-community.org Git - koha.git/commit
Bug 23070: Pass no_triggers => 1 to Koha::Objects->update
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 29 Apr 2020 10:19:46 +0000 (12:19 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 27 Jul 2020 15:47:54 +0000 (15:47 +0000)
commit090c94f8669000e398c4ede36c1b01ebdef39dd7
tree883260f32ec38ae9303fe780be196f4e19dcf41e
parent39327abe751307c560597da084e5c179ddc179a5
Bug 23070: Pass no_triggers => 1 to Koha::Objects->update

To make sure we will update all the objects in one go (and no trigger
the ->set->store from Koha::Object->update)

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 4b299f54aaed64f3ad4ff3a59eae743ed4f17c49)

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