http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8606
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #4 from Jonathan Druart <[email protected]> --- QA Comments: No side effect possible. I don't tested the patch but it seems good. No blocker: * C4/Letters.pm FAIL forbidden patterns FAIL The patch introduces a forbidden pattern: withespace character (156) But I don't understand why do you use the | operator. I think you wanted to use the || operator and wrote $branchcode ||= ''; -- You are receiving this mail because: You are the assignee for the bug. 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/
