Bugzilla – Attachment 188175 Details for
Bug 41047
Current library and home library sort by code instead of description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41047: (follow-up) Fix errors in letter.tt
Bug-41047-follow-up-Fix-errors-in-lettertt.patch (text/plain), 1.48 KB, created by
Lucas Gass (lukeg)
on 2025-10-20 20:52:07 UTC
(
hide
)
Description:
Bug 41047: (follow-up) Fix errors in letter.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-10-20 20:52:07 UTC
Size:
1.48 KB
patch
obsolete
>From a79b2b8f32f2a9fb1db3b9672b86f02cf87d53a5 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 20 Oct 2025 20:51:47 +0000 >Subject: [PATCH] Bug 41047: (follow-up) Fix errors in letter.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 63d6a293b49..97586eabce5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -504,10 +504,10 @@ > [% ELSE %] > <option value="bookings">Bookings</option> > [% END %] >- [% IF ( module == "debit_descriptions" ) %] >- <option value="bookings" selected="selected">Debit description (custom)</option> >+ [% IF ( module == "debit_description" ) %] >+ <option value="debit_description" selected="selected">Debit description (custom)</option> > [% ELSE %] >- <option value="bookings">Bookings</option> >+ <option value="debit_description">Debit description (custom)</option> > [% END %] > </select> > </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 41047
:
188175