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

--- Comment #14 from Jonathan Druart <[email protected]> ---
(In reply to Marcel de Rooy from comment #13)
> (In reply to Jonathan Druart from comment #12)
> > Yes, more code to maintain, and the parsing here looks hacky to me, for less
> > flexibility.
> 
> What is hacky in this parsing ?
> if( $entry =~
> /^(add|subtract)_(years|months|weeks|days|hours|minutes|seconds)$/ ) {

Here you are providing an handy way to do date calculation, but without its
flexibility. It's all what I am saying.

For instance what about the end_of_month limit? You cannot change it.

But really, if others find it useful, just let it go ;)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to