http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #24 from Jonathan Druart <[email protected]> --- (In reply to Paola Rossi from comment #23) > Now on the 2-nd step: > Step 2 of 6: Pick a report type > > 3 values were listed [Tabular,Summary,Matrix], but only the first one was > available. Hello Paola, Yes, it's expected. It's the same for all reports you will create. If you look at the code, the other options are disabled: 460 <select id="types" name="types"> 461 <option value="1">Tabular</option> 462 <option value="2" disabled="disabled">Summary</option> 463 <option value="3" disabled="disabled">Matrix</option> 464 </select> -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ 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/
