https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #49 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #48)
Please check:
1. article.inc is processing a block called journal_text_input_fields 2. article.inc is dynamically invoked by create.inc 3. create.inc processes the form_input_helpers.inc file 4. form_input_helpers.inc file contains the journal_text_input_fields block required by 1. The QA script expects the block to be defined where it's invoked (in this case article.inc). But it's not. This is a false positive as far as I'm concerned though happy to hear others opinions. -- You are receiving this mail because: You are watching all bug changes.