[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2013-04-20 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Chris Cormack ch...@bigballofwax.co.nz changed: What|Removed |Added Status|Pushed to Master

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Koha Team Lyon 3 k...@univ-lyon3.fr changed: What|Removed |Added CC|

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #16 from Koha Team Lyon 3 k...@univ-lyon3.fr --- Sorry ! you should have to read this : if(DateTime-compare( $start_dt, $end_dt ) -1){ $days = $days-inverse; } else { for (my $dt = $start_dt-clone(); $dt =

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #17 from Colin Campbell colin.campb...@ptfs-europe.com --- with respect to 8251 the bug is in the routine in C4::Circulation the advertised interface for days_between is to return a positive value. The calling sub should

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-09-03 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #18 from Chris Cormack ch...@bigballofwax.co.nz --- (In reply to comment #17) with respect to 8251 the bug is in the routine in C4::Circulation the advertised interface for days_between is to return a positive value. The

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-08-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Paul Poulain paul.poul...@biblibre.com changed: What|Removed |Added Blocks||8110

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-08-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Paul Poulain paul.poul...@biblibre.com changed: What|Removed |Added Attachment #11179|0 |1

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-08-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Paul Poulain paul.poul...@biblibre.com changed: What|Removed |Added Status|Needs Signoff

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-08-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Paul Poulain paul.poul...@biblibre.com changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-08-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Paul Poulain paul.poul...@biblibre.com changed: What|Removed |Added Status|Passed QA

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #10 from Chris Cormack ch...@bigballofwax.co.nz --- Created attachment 11179 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11179action=edit Bug 8486 - Follow up making the tests db independent -- You are

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Chris Cormack ch...@bigballofwax.co.nz changed: What|Removed |Added Status|Pushed to Stable

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Chris Cormack ch...@bigballofwax.co.nz changed: What|Removed |Added Status|ASSIGNED|Needs

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #8 from Colin Campbell colin.campb...@ptfs-europe.com --- Created attachment 11174 -- http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11174action=edit Patch which should apply cleanly on 3.8.x This patch

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-27 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Chris Cormack ch...@bigballofwax.co.nz changed: What|Removed |Added Status|Pushed to Master

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 --- Comment #7 from Chris Cormack ch...@bigballofwax.co.nz --- Patches do not apply on 3.8.x Applying: Bug 8486 Correct calculation of days_between Using index info to reconstruct a base tree... Falling back to patching base and 3-way

[Koha-bugs] [Bug 8486] Critical error in Koha::Calendar::days_between calculation

2012-07-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8486 Paul Poulain paul.poul...@biblibre.com changed: What|Removed |Added Status|Passed QA