Bugzilla – Attachment 94986 Details for
Bug 23483
When writing off a fine, the title of the patron is shown as description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23483: Show the description, not the patron's title when writing off an individual fine/fee
Bug-23483-Show-the-description-not-the-patrons-tit.patch (text/plain), 1.72 KB, created by
Katrin Fischer
on 2019-11-03 23:03:57 UTC
(
hide
)
Description:
Bug 23483: Show the description, not the patron's title when writing off an individual fine/fee
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-11-03 23:03:57 UTC
Size:
1.72 KB
patch
obsolete
>From 31d370908d76fbc83b609b7b723ebe3a33905897 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 3 Nov 2019 22:48:04 +0000 >Subject: [PATCH] Bug 23483: Show the description, not the patron's title when > writing off an individual fine/fee > >When writing off an individual fine, the description shown >was the patron's title, instead of the fine description. >Fixing it by changing it to the same template variable used for >paying individuals so they match up. > >To test: >- 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(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index bc0cefa0d9..a71eecaf2c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -178,7 +178,7 @@ > </tr></thead> > <tfoot><tr><td colspan="3">Total amount outstanding:</td><td>[% amountoutstanding | format('%.2f') %]</td></tr></tfoot> > <tbody><tr> >- <td>[% description | html %] [% title | html %]</td> >+ <td>[% individual_description | html %]</td> > <td>[% debit_type_code | html %]</td> > <td class="debit">[% amount | format('%.2f') %]</td> > <td class="debit">[% amountoutstanding | format('%.2f') %]</td> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23483
:
94986
|
94992
|
95116