]> git.koha-community.org Git - koha.git/commit
Bug 7329: Items onloan are deleted when undoing import into catalog
authorChristophe Croullebois <christophe.croullebois@biblibre.com>
Wed, 7 Dec 2011 10:54:29 +0000 (11:54 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 07:20:40 +0000 (09:20 +0200)
commitc13d4faff7a1afb5f6459c80b80b34476b856cda
tree7132fc0001c7442d8c25cf46863ddc784cdc4122
parentd8c909b5cbd7c12e1dbf249b26adc3827ac0840a
Bug 7329: Items onloan are deleted when undoing import into catalog

this patch checks the "on loan" and "reserved" status before deleting item, and
do noting in this case, so the record can't be deleted due to existing item.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
C4/ImportBatch.pm