Bugzilla – Attachment 87795 Details for
Bug 22564
accounttype 'Rep' is still referred to but is never set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22564: Add UI handling for 'Replaced'
Bug-22564-Add-UI-handling-for-Replaced.patch (text/plain), 1.63 KB, created by
Martin Renvoize (ashimema)
on 2019-04-11 18:41:14 UTC
(
hide
)
Description:
Bug 22564: Add UI handling for 'Replaced'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-11 18:41:14 UTC
Size:
1.63 KB
patch
obsolete
>From 35b9cea9d21eea03e542875e1c1b5f428a174c3e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 29 Mar 2019 13:35:27 +0000 >Subject: [PATCH] Bug 22564: Add UI handling for 'Replaced' > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 1 + > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >index ee1a90f47c..1d7db2b233 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >@@ -43,6 +43,7 @@ > [%- SWITCH account.status -%] > [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> > [%- CASE 'RETURNED' -%]<span> (Returned)</span> >+ [%- CASE 'REPLACED' -%]<span> (Replaced)</span> > [%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> > [%- CASE -%] > [%- END -%] >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 49bbff820f..da9146a35d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -120,6 +120,7 @@ > [%- SWITCH account.status -%] > [%- CASE 'UNRETURNED' -%]<span> (Accruing)</span> > [%- CASE 'RETURNED' -%]<span> (Returned)</span> >+ [%- CASE 'REPLACED' -%]<span> (Replaced)</span> > [%- CASE 'FORGIVEN' -%]<span> (Forgiven)</span> > [%- CASE -%] > [%- 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 22564
:
86922
|
87052
|
87194
|
87195
|
87205
|
87206
|
87207
|
87629
|
87630
|
87631
|
87793
|
87794
|
87795
|
87866
|
87867
|
87868
|
88219
|
88220
|
88221
|
88342
|
88343
|
88344
|
88345