https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250
--- Comment #49 from Marcel de Rooy <[email protected]> --- + <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. _______________________________________________ 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/
