Bugzilla – Attachment 181564 Details for
Bug 38532
Show both credits and debits on checkouts and details tabs in staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38532: (follow-up) Add missing space for credits message
Bug-38532-follow-up-Add-missing-space-for-credits-.patch (text/plain), 1.46 KB, created by
David Nind
on 2025-04-26 03:30:19 UTC
(
hide
)
Description:
Bug 38532: (follow-up) Add missing space for credits message
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-04-26 03:30:19 UTC
Size:
1.46 KB
patch
obsolete
>From c2129e8e9e8059673e10d23b583829f40029a951 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sat, 26 Apr 2025 03:28:22 +0000 >Subject: [PATCH] Bug 38532: (follow-up) Add missing space for credits message > >Fix credit message to add a missing space: >- Previously: Credits: Patron has outstanding creditsof >- Now: Credits: Patron has outstanding credits of > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index b5136f02b3..44ee3360e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -171,7 +171,7 @@ > [% END %] > > [% IF ( credits ) %] >- <li class="credits"> <span class="circ-hlt">Credits:</span> Patron has outstanding credits[% IF ( creditsamount ) %]of <span class="credit"><strong>[% creditsamount | $Price %]</strong></span>[% END %] </li> >+ <li class="credits"> <span class="circ-hlt">Credits:</span> Patron has outstanding credits[% IF ( creditsamount ) %] of <span class="credit"><strong>[% creditsamount | $Price %]</strong></span>[% END %] </li> > [% END %] > [% IF (noissues && CAN_user_circulate_force_checkout && !moremember) %] > <li> >-- >2.39.5
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 38532
:
174992
|
181296
|
181297
|
181298
|
181562
|
181563
|
181564
|
182011
|
182012
|
182013