Bug 9211 - days_between wrong behaviour
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 4 Dec 2012 18:32:28 +0000 (15:32 -0300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 24 Jan 2013 14:56:37 +0000 (09:56 -0500)
commite7d202cbd3508839233cdd841759292fa589b8bd
treebfa2bd34c1b84bb39a1b214c2ba62d6f55963566
parentce6f2cb74f78196e8d80a8b9acf27060e5fa09eb
Bug 9211 - days_between wrong behaviour

As noted in comments #15, #16 and #17 of bug 8486, and its API,
Koha::Calendar->days_between should always returns a positive number
irrespective of the relative order of the parameters. This is still an
open bug, which arised when rewriting the Calendar.t file (Bug 9209).

Regards
To+

Sponsored-by: Universidad Nacional de Córdoba
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Added Paul's sign-off line, as despite it showing up in Bugzilla, it
wasn't on the patch.
Koha/Calendar.pm