Bugfix 4123 - CanBookBeRenewed fixed.
authorKyle M Hall <kyle.m.hall@gmail.com>
Mon, 1 Mar 2010 16:57:29 +0000 (11:57 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 12:08:41 +0000 (08:08 -0400)
commita1336175fd4b07be9b688791d52e998d55743b7a
tree22f0b7c48a046ec851e617d16ffdc6299fcf1e76
parentb0cd6429b05ab67008807dfe0943b68dce5e887b
Bugfix 4123 - CanBookBeRenewed fixed.

In Circulation::CanBookBeRenewed categorycode and itemtype were not being checked for * wildcard
if a specific code was not given.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Circulation.pm