Bugzilla – Attachment 121569 Details for
Bug 28452
Add managing librarian to transaction page (boraccount.pl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28452: (QA follow-up) Remove comma when staff user has on firstname
Bug-28452-QA-follow-up-Remove-comma-when-staff-use.patch (text/plain), 1.55 KB, created by
Katrin Fischer
on 2021-06-03 10:09:34 UTC
(
hide
)
Description:
Bug 28452: (QA follow-up) Remove comma when staff user has on firstname
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-06-03 10:09:34 UTC
Size:
1.55 KB
patch
obsolete
>From 65101b37721c9029827cd5eaf91ffcf13d0fd4a6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 1 Jun 2021 03:41:49 +0000 >Subject: [PATCH] Bug 28452: (QA follow-up) Remove comma when staff user has on > firstname > >Also removed an old outdated comment line - there are no longer any >hardcoded $ signs in the template. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index bc47b53d21..5fbb5ca49b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -79,13 +79,12 @@ > </tr> > </thead> > >- <!-- FIXME: Shouldn't hardcode dollar signs, since Euro or Pound might be needed --> > [% FOREACH account IN accounts %] > > <tr> > <td data-order="[% account.date | html %]">[% account.date | $KohaDates %]</td> > <td data-order="[% account.timestamp | html %]">[% account.timestamp | $KohaDates with_hours = 1 %]</td> >- <td>[% loggedinuser.surname | html %], [% loggedinuser.firstname | html %]</td> >+ <td>[% loggedinuser.surname | html %][%IF loggedinuser.firstname %], [% loggedinuser.firstname | html %][% END %]</td> > <td>[% account.credit_number | html %]</td> > <td>[% PROCESS account_type_description account=account %]</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 28452
:
121390
|
121391
|
121568
| 121569