Bugzilla – Attachment 113052 Details for
Bug 24603
Allow to cancel charges in patron accounting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24603: (QA follow-up) Add translation to OPAC
Bug-24603-QA-follow-up-Add-translation-to-OPAC.patch (text/plain), 2.12 KB, created by
Martin Renvoize (ashimema)
on 2020-11-05 09:32:59 UTC
(
hide
)
Description:
Bug 24603: (QA follow-up) Add translation to OPAC
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-11-05 09:32:59 UTC
Size:
2.12 KB
patch
obsolete
>From 5132dc9804f32e27be1122c1828a6ca42ab51573 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 16 Oct 2020 16:23:10 +0100 >Subject: [PATCH] Bug 24603: (QA follow-up) Add translation to OPAC > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 4 ++++ > 1 file changed, 4 insertions(+) > >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 70f83580b4..6b61db13bc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -181,6 +181,7 @@ > [%- CASE 'LOST_FOUND' -%]Lost item fee refund > [%- CASE 'OVERPAYMENT' -%]Overpayment refund > [%- CASE 'REFUND' -%]Refund >+ [%- CASE 'CANCELLATION' -%]Cancelled charge > [%- CASE -%][% account.credit_type.description | html %] > [%- END -%] > [%- ELSIF account.debit_type_code -%] >@@ -198,6 +199,7 @@ > [%- CASE 'RENT_DAILY_RENEW' -%]Renewal of daily rental item > [%- CASE 'RESERVE' -%]Hold fee > [%- CASE 'RESERVE_EXPIRED' -%]Hold waiting too long >+ [%- CASE 'Payout' -%]Payout > [%- CASE -%][% account.debit_type.description | html %] > [%- END -%] > [%- END -%] >@@ -210,9 +212,11 @@ > [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> > [%- CASE 'RETURNED' -%]<span> (Returned)</span> > [%- CASE 'REPLACED' -%]<span> (Replaced)</span> >+ [%- CASE 'REFUNDED' -%]<span> (Refunded)</span> > [%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> > [%- CASE 'VOID' -%]<span> (Voided)</span> > [%- CASE 'LOST' -%]<span> (Lost)</span> >+ [%- CASE 'CANCELLED' -%]<span> (Cancelled)</span> > [%- CASE -%] > [%- END -%] > [%- END -%] >-- >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 24603
:
98534
|
98551
|
102005
|
106772
|
111217
|
111218
|
111255
|
111256
|
111794
|
111795
|
111796
|
111797
|
111914
|
113048
|
113049
|
113050
|
113051
| 113052 |
113113
|
113114