http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10067
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |ommunity.org --- Comment #25 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
