[Bug 14250] Don't allow to generate discharges for patrons with fines
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed |additional_work_needed --- Comment #26 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org