Bugzilla – Attachment 97883 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.51 KB, created by
Jonathan Druart
on 2020-01-24 14:42:13 UTC
(
hide
)
Description:
Bug 24486: Remove duplicated account information at the OPAC
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-24 14:42:13 UTC
Size:
1.51 KB
patch
obsolete
>From 150ca9c46a3fb7a3618602b9c6b040ffe56ac64b 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 > > commit efc21e6f47801503e55e3ba709a48c3f426f90ac > Bug 23115: (follow-up) Move switches to a TT block > >Duplicated the following line: >+ [% PROCESS account_type_description account=ACCOUNT_LINE %] > [%- PROCESS account_status_description account=ACCOUNT_LINE -%] > >Which cause the info to appear twice > >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 | 1 - > 1 file changed, 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..9ee60dbad8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -28,7 +28,6 @@ > [% END %] > <td><span title="[% ACCOUNT_LINE.date | html %]">[% ACCOUNT_LINE.date | $KohaDates %]</span></td> > <td> >- [% PROCESS account_type_description account=ACCOUNT_LINE %] > [%- PROCESS account_status_description account=ACCOUNT_LINE -%] > </td> > <td> >-- >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