http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9692
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |m Patch complexity|--- |Small patch --- Comment #5 from Jonathan Druart <[email protected]> --- QA comment: There are 3 issues: 1/ The columns does not hide if I unselect the new checkbox + [% IF ( listincgst ) %] + $("table .statistics").hide(); + [% ELSE %] + $("table .statistics").hide(); + [% END %] 2/ If these fields (sort1 and sort2) are linked to an authorized value, the description should be displayed, not the code. 3/ 2 withespaces: * koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt FAIL forbidden patterns FAIL The patch introduces a forbidden pattern: withespace character (43) The patch introduces a forbidden pattern: withespace character (35) Marked as Failed QA. -- 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/
