1 May
2018
1 May
'18
7:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20660 --- Comment #5 from David Bourgault <david.bourgault@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.