Bug 5932 Remove itemdata sub from C4::Serials
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 24 Mar 2011 09:44:29 +0000 (10:44 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 27 Mar 2011 07:48:53 +0000 (20:48 +1300)
commitaaa80a54dc30ff94384a93af34395343a1088b88
treec2f3c0efacce858f64ca8d1418134283fe27faf5
parentf7190f48aad671485bcf8a535bf7e48f493d8c22
Bug 5932 Remove itemdata sub from C4::Serials

C4/Serials does not need to retrieve full item data
just to check if barcode is unique. Replace with
a lighter weight subroutine make code logic clearer and
cleaner

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Serials.pm