[Bug 14250] Don't allow to generate discharges for patrons with fines
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250 --- Comment #49 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + <p>A discharge cannot be generated for this patron because:</p> + <ul> + [% IF discharge_problems.checkouts %] + <li>The patron has [% discharge_problems.checkouts | html %] item(s) checked out</li> + [% END %] + + [% IF discharge_problems.debt %] + <li>The patron has unpaid charges of [% discharge_problems.debt | $Price %]</li> + [% END %] + </ul> I would recommend to rearrange the text here. Ending with because: looks a bit strange? In the ELSE following this, I see: + [% IF discharge_problems.debt %] + <li>The patron has unpaid charges of [% discharge_problems.debt | $Price %]</li> This c/should not be there? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org