https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed |additional_work_needed --- Comment #26 from Katrin Fischer <[email protected]> --- I think this will always show the note about checkouts: - [% ELSIF has_issues %] - <p>You cannot be discharged, you have checked out items. Please return items before asking for a discharge.</p> + [% ELSIF failure %] + <p>You cannot be discharged because you have checked out items. Please return your checked out items before asking for a discharge.</p> + <ul> + [% IF has_debt %] + <li>You have unpaid charges. Please pay your charges before reapplying.</li> + [% END %] + [% IF has_issues %] + <li>You have checked out items. Please return your checked out items before reapplying.</li> + [% END %] + [% IF !has_issue and !has_debt %] + <li>You cannot be discharged for an unknown reason. Please contact library staff for more information.</li> + [% END %] + </ul> I believe we should remove/rephrase the <p> line? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
