http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10067 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #25 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Please resubmit the same patch but without the code cleaning: -my $stickyduedate = $query->param('stickyduedate') || +my $stickyduedate = $query->param('stickyduedate') || $session->param('stickyduedate'); This make 1/ the patch hard to read and 2/ all the other patches in the queue in conflict and won't apply anymore (13 at the moment). -- You are receiving this mail because: You are watching all bug changes.