https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41373 Bug ID: 41373 Summary: Report share with mana not working when language_loop is not true Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Mana-kb Assignee: elias.lorgnier@biblibre.com Reporter: elias.lorgnier@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: alex.arnaud@biblibre.com In the mana-share-report.inc file, there is a condition that is only activated if languages_loop is defined. Inide this condition, the op parameter "cud-share" is defined for the share with mana form. If language_loop is false or undefined, the request has no "op" parameter, and therefor don't work. Moving the input tag that defines the op parameter out of the condition fixes the problem. -- You are receiving this mail because: You are watching all bug changes.