https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21173
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] | |ommunity.org --- Comment #12 from Jonathan Druart <[email protected]> --- (In reply to Alex Buckley from comment #11) > Rebased against master on 16th of sept 2018. - <input type="text" value="[% substitution.value | html %]" name="substitution_value_[% id | html %]" /> + <input type="text" value="[% substitution.value %]" name="substitution_value_[% id %]" /> Rebase is wrong, you removed the filters. -- You are receiving this mail because: 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/
