Bugzilla – Attachment 97973 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: Alternate
Bug-24486-Alternate.patch (text/plain), 2.41 KB, created by
Nick Clemens (kidclamp)
on 2020-01-27 11:49:12 UTC
(
hide
)
Description:
Bug 24486: Alternate
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-01-27 11:49:12 UTC
Size:
2.41 KB
patch
obsolete
>From 0b5ad87e54aef3a72c22dd82f7dd0e7725abb92b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 27 Jan 2020 11:48:31 +0000 >Subject: [PATCH] Bug 24486: Alternate > >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 | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) > >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..a3f7b50b7b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -29,7 +29,6 @@ > <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> > [%- IF ACCOUNT_LINE.payment_type %][% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) | html %][% END %] >@@ -59,7 +58,6 @@ > <td><span title="[% outstanding_credit.date | html %]">[% outstanding_credit.date | $KohaDates %]</span></td> > <td> > [% PROCESS account_type_description account=outstanding_credit %] >- [%- PROCESS account_status_description account=outstanding_credit -%] > </td> > <td> > [%- IF outstanding_credit.payment_type %][% AuthorisedValues.GetByCode('PAYMENT_TYPE', outstanding_credit.payment_type, 1) | html %][% END %] >@@ -198,11 +196,6 @@ > [%- CASE -%][% account.debit_type.description | html %] > [%- END -%] > [%- END -%] >- [%- PROCESS account_status_description account=account -%] >- </span> >-[%- END -%] >- >-[%- BLOCK account_status_description -%] > [%- SWITCH account.status -%] > [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> > [%- CASE 'RETURNED' -%]<span> (Returned)</span> >@@ -212,4 +205,6 @@ > [%- CASE 'LOST' -%]<span> (Lost)</span> > [%- CASE -%] > [%- END -%] >+ </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