https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20660
--- Comment #5 from David Bourgault <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
