9 May
2017
9 May
'17
8:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18450 --- Comment #11 from Jonathan Druart <jonathan.druart@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.