Bugzilla – Attachment 87781 Details for
Bug 22628
FFOR and VOID show up as codes to end users in OPAC, SCO and staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22628: Add VOID and FFOR to relevant templates
Bug-22628-Add-VOID-and-FFOR-to-relevant-templates.patch (text/plain), 2.46 KB, created by
Martin Renvoize (ashimema)
on 2019-04-11 18:11:30 UTC
(
hide
)
Description:
Bug 22628: Add VOID and FFOR to relevant templates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-11 18:11:30 UTC
Size:
2.46 KB
patch
obsolete
>From 081f1b8f38966f639b7f5c10ae53a432d931d470 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 9 Apr 2019 13:24:05 +0100 >Subject: [PATCH] Bug 22628: Add VOID and FFOR to relevant templates > >This patch adds the VOID and FFOR codes to the releveant templates for >display purposes > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 1 + > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 ++ > 2 files changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >index 28f5f94609..f87ab0bcf9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >@@ -15,6 +15,7 @@ > [%- CASE 'HE' -%]<span>Hold waiting too long</span> > [%- CASE 'Rent' -%]<span>Rental fee</span> > [%- 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 'PAY' -%]<span>Payment</span> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >index 80fc6c541e..07d1e7abb7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -33,6 +33,7 @@ > [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) > [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) > [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) >+ [% CASE 'VOID' %]Voided > [% CASE 'N' %]New card > [% CASE 'F' %]Fine > [% CASE 'A' %]Account management fee >@@ -43,6 +44,7 @@ > [% CASE 'HE' %]Hold waiting too long > [% CASE 'Rent' %]Rental fee > [% CASE 'FOR' %]Forgiven >+ [% CASE 'FFOR' %]Fine forgiven > [% CASE 'LR' %]Lost item fee refund > [% CASE 'PF' %]Processing fee > [% CASE 'PAY' %]Payment >-- >2.20.1
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 22628
:
87604
|
87731
|
87734
| 87781