Bugzilla – Attachment 107157 Details for
Bug 25765
Replace LoginBranchname and LoginBranchcode with use of Branches template plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25765: (QA follow-up) Use method directly in cleanborrowers
Bug-25765-QA-follow-up-Use-method-directly-in-clea.patch (text/plain), 1.06 KB, created by
Martin Renvoize (ashimema)
on 2020-07-21 15:12:50 UTC
(
hide
)
Description:
Bug 25765: (QA follow-up) Use method directly in cleanborrowers
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-07-21 15:12:50 UTC
Size:
1.06 KB
patch
obsolete
>From 3cd7bf8ba27e0b96560e97573f9375c175c3445e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 21 Jul 2020 16:03:54 +0100 >Subject: [PATCH] Bug 25765: (QA follow-up) Use method directly in > cleanborrowers > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >index df223c78c5..f8e0db39d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt >@@ -52,7 +52,7 @@ > </form> > [% END %] > [% ELSE %] >- <h1>Batch patron deletion and anonymization for [% Branches.GetName( Branches.GetLoggedInBranchcode ) | html %]</h1> >+ <h1>Batch patron deletion and anonymization for [% Branches.GetLoggedInBranchname | html %]</h1> > [% END %] > > [% IF step == 1 %] >-- >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 25765
:
105909
|
105910
|
106357
|
106358
|
107154
|
107155
|
107156
| 107157