[Koha-bugs] [Bug 23382] Hourly rental fees are not charged

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 16 17:45:59 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23382

--- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 92276
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92276&action=edit
Bug 23382: Fix logic in C4::Circulation::CanBookBeIssued

It looks like over progressive rebases of bug 20912 a clause was lost
within CanBookBeIssued such that a fatal error may be triggered if an
item with no corresponding itemtype was passed into the routine.

Additionally the we were passing a Koha::Library object to CalcDateDue
rather than a branchcode which resulted in a different duedate being
used in 'CanBookBeIssued' when compared to 'AddIssue'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list