Bugzilla – Attachment 182013 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.52 KB, created by
Martin Renvoize (ashimema)
on 2025-05-07 06:47:52 UTC
(
hide
)
Description:
Bug 38532: (follow-up) Add missing space for credits message
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-07 06:47:52 UTC
Size:
1.52 KB
patch
obsolete
>From c39f60cd4a6dca4ff8a356a8505a181666c3cdca 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> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > 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 b5136f02b3b..5d71adf30d7 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.49.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 38532
:
174992
|
181296
|
181297
|
181298
|
181562
|
181563
|
181564
|
182011
|
182012
| 182013