Bug 21953: Clarify PF = Lost item processing fee
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 9 Apr 2019 11:03:22 +0000 (12:03 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 12 Apr 2019 01:51:43 +0000 (01:51 +0000)
Currently PF is only ever used for lost item processing fees. This patch
alters the end user faceing description to clarify that.

Note: It may be nice to make the code more descriptive too at some
point, but that can happen in another bug in my opinion.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc

index f87ab0b..504d1ab 100644 (file)
@@ -17,7 +17,7 @@
         [%- CASE 'FOR'   -%]<span>Forgiven</span>
         [%- CASE 'FFOR'  -%]<span>Fine forgiven</span>
         [%- CASE 'LR'    -%]<span>Lost item fee refund</span>
-        [%- CASE 'PF'    -%]<span>Processing fee</span>
+        [%- CASE 'PF'    -%]<span>Lost item processing fee</span>
         [%- CASE 'PAY'   -%]<span>Payment</span>
         [%- CASE 'WO'    -%]<span>Writeoff</span>
         [%- CASE 'C'     -%]<span>Credit</span>
index 07d1e7a..dc0c6e3 100644 (file)
@@ -46,7 +46,7 @@
                         [% CASE 'FOR' %]Forgiven
                         [% CASE 'FFOR' %]Fine forgiven
                         [% CASE 'LR' %]Lost item fee refund
-                        [% CASE 'PF' %]Processing fee
+                        [% CASE 'PF' %]Lost item processing fee
                         [% CASE 'PAY' %]Payment
                         [% CASE 'WO' %]Writeoff
                         [% CASE 'C' %]Credit