Bugzilla – Attachment 97961 Details for
Bug 24486
Account Wording Information is duplicated in Patron's Fines Tab on OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24486: Remove duplicated account information at the OPAC
Bug-24486-Remove-duplicated-account-information-at.patch (text/plain), 1.60 KB, created by
Jonathan Druart
on 2020-01-27 08:46:04 UTC
(
hide
)
Description:
Bug 24486: Remove duplicated account information at the OPAC
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-27 08:46:04 UTC
Size:
1.60 KB
patch
obsolete
>From 68c8caba405b404b3df3e30ea9b2442b45ed33e1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 24 Jan 2020 15:38:48 +0100 >Subject: [PATCH] Bug 24486: Remove duplicated account information at the OPAC > >Test plan: >Create a manual invoice >Pay it >Void it > >Go to the opac, account >=> You should see only one "(Voided)" >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 17f1ae3264..de063accf4 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -115,6 +115,7 @@ > <td><span title="[% a.date | html %]">[% a.date | $KohaDates %]</span></td> > <td> > [% PROCESS account_type_description account=a %] >+ [%- PROCESS account_status_description account=a -%] > [%- IF a.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', a.payment_type, 1) | html %][% END %] > [%- IF a.description %], [% a.description | html %][% END %] > [% IF a.itemnumber %]([% a.item.biblio.title | html %])[% END %] >@@ -198,7 +199,6 @@ > [%- CASE -%][% account.debit_type.description | html %] > [%- END -%] > [%- END -%] >- [%- PROCESS account_status_description account=account -%] > </span> > [%- END -%] > >-- >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 24486
:
97749
|
97883
|
97894
|
97961
|
97971
|
97973