]> git.koha-community.org Git - koha.git/commit
Bug 23432: Replace 'die' with 'warn'
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 23 Sep 2020 11:28:22 +0000 (12:28 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 13 Nov 2020 18:29:19 +0000 (18:29 +0000)
commit67197c359eab0fb92c5df49edbb16008b3b33e92
treebc23daf548d084c15ecae8e14a5443d4cffef90c
parente3c24d9549d04a90a24d08f463f19e7a933b5ff7
Bug 23432: Replace 'die' with 'warn'

This patch simply replaced the die statement with a warn such that the
cron script may continue to rotate other items even if this item cannot
be properly rotated due to corrupt data.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 6adb1891d2bf602b0434eb87508568e73faa763e)

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