Prevent cleanup of "dead" serial units for now
authorJeff Godin <jgodin@tadl.org>
Wed, 9 May 2012 13:51:26 +0000 (09:51 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 9 May 2012 13:51:26 +0000 (09:51 -0400)
commit6fbd29e7d7aaa3549a71595876d2cdbe60edc7f7
treebc960ac3a5d51fcb7078b43bfcdd99918a21534f
parent117a3df7306a6dfd66356778a4664db1e72d81ed
Prevent cleanup of "dead" serial units for now

We (TADL) have serial units with no serial items.

There is logic in the unitize_items subroutine in
OpenILS::Application::Serial which "cleans up"
these "dead" units.

While we look into why we have units with no items,
we're disabling this deletion so that we don't
have need to undelete big batches of still-circulating
serial units.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm