[Koha-bugs] [Bug 20660] AddReturn should use return date override for debarments

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 1 20:11:13 CEST 2018


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

--- Comment #5 from David Bourgault <david.bourgault at inlibro.com> ---
(In reply to M. Tompsett from comment #2)
> Should dropbox override the return date logic being added?

It was already present in the code:

$today = $return_date if $return_date;
$today = $dropboxdate if $dropbox;

first line is my addition, second line is from existing code. So if $dropbox is
set, it will override any return_date overrides.

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


More information about the Koha-bugs mailing list