Bug 5549 Fix a couple of comparisons in C4::Circulation
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 23 Jun 2011 11:10:51 +0000 (12:10 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 20 Mar 2012 00:25:05 +0000 (13:25 +1300)
commit1e255e93eb4e3532ad69d1291c9c0b96b21ee8d9
treefed4c68871e2e04673e95a01670ae307e19e7c01
parentb946d16ec51467ffd4fd0f710b45e822b980033d
Bug 5549 Fix a couple of comparisons in C4::Circulation

Changed a string comparison called on an integer
Deal with case where value is not set without runtime warnings
C4/Circulation.pm