Bugzilla – Attachment 111914 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.11 KB, created by
Martin Renvoize (ashimema)
on 2020-10-16 15:26:24 UTC
(
hide
)
Description:
Bug 24603: (QA follow-up) Add translation to OPAC
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-16 15:26:24 UTC
Size:
2.11 KB
patch
obsolete
>From cd16f1779f406b5e27a481441d8b5db4aefc44b0 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 54fd662c28..9cd684d5c7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -180,6 +180,7 @@ > [%- CASE 'CREDIT' -%]Credit > [%- CASE 'LOST_FOUND' -%]Lost item fee refund > [%- CASE 'REFUND' -%]Refund >+ [%- CASE 'CANCELLATION' -%]Cancelled charge > [%- CASE -%][% account.credit_type.description | html %] > [%- END -%] > [%- ELSIF account.debit_type_code -%] >@@ -197,6 +198,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 -%] >@@ -209,9 +211,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