https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Julian Maurice from comment #8)
QA comment:
1) $ perlcritic members/routing-lists.pl Variable declared in conditional statement at line 51, column 1. Declare variables outside of the condition. (Severity: 5)
This error is not detected by koha-qa, I'm not sure why.
Fixed, thanks! (not sure koha-qa does not catch it)
2) If borrowernumber is 0, empty or not defined, the error message is not displayed in circ/circulation.pl
Yes it's the existing behaviour, I do not think we should change it here (if we really want to change it) -- You are receiving this mail because: You are watching all bug changes.