From b72bf0c741ae726ecbed8f5971c1a3daa3592cc2 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 29 Dec 2016 14:56:16 +1300 Subject: [PATCH] Revert "Bug 14598 - QA Followup touching CanBookBeIssued subroutine" This reverts commit c28704e5731ad0da1dd26757fa8fa19c39653fcc. --- C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index e8fd0eea2f..40a8ce5eb3 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -707,7 +707,7 @@ sub CanBookBeIssued { branch => C4::Context->userenv->{'branch'}, type => 'localuse', itemnumber => $item->{'itemnumber'}, - itemtype => $item->{'itype'}, + itemtype => $item->{'itemtype'}, borrowernumber => $borrower->{'borrowernumber'}, ccode => $item->{'ccode'}} ); -- 2.11.4.GIT