[Koha-bugs] [Bug 10067] decreaseLoanHighHolds messes with specify due date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 3 10:35:01 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10067

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #25 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list