25 Jan
2016
25 Jan
'16
5:09 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15501 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Frédéric Demians from comment #8)
Isn't this line problematic?
[% IF ( irregularity ) %]patternneedtobetested=1[% END %]
Shouldn't it be (with ;):
[% IF ( irregularity ) %]patternneedtobetested=1;[% END %]
I have just tested: no JS error with irregularities. But it's obviously an error, must be fixed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.