@@ -, +, @@ writing off an individual fine/fee - Pick a patron and make sure salutation is set (Mr, Mrs, ...) - Create a manual fine - For the fine, compare the description shown when using the Writeoff and Pay buttons next to the fine - Verify the display is different and writeoff displays the salutation - Apply patch - Repeat, descriptions now should match up --- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -178,7 +178,7 @@ Total amount outstanding:[% amountoutstanding | format('%.2f') %] - [% description | html %] [% title | html %] + [% individual_description | html %] [% debit_type_code | html %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %] --