[Koha-bugs] [Bug 18450] Renew in header bypasses hold block and renewal limits

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 9 20:50:12 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18450

--- Comment #11 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
If I do not misread the second patch, we have:

IF NOT A AND  B:
  Do stuff
ELSIF A AND NOT B:
  Do the same stuff

If that the case, we can simplify with:

IT NOT A AND B
    OR A AND NOT B:
  Do the stuff

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list