Bugzilla – Attachment 193655 Details for
Bug 40255
Allow custom debit descriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40255: Alphabetize dropdown list
Bug-40255-Alphabetize-dropdown-list.patch (text/plain), 4.28 KB, created by
Lucas Gass (lukeg)
on 2026-02-23 16:58:28 UTC
(
hide
)
Description:
Bug 40255: Alphabetize dropdown list
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-02-23 16:58:28 UTC
Size:
4.28 KB
patch
obsolete
>From f1713c6ac28f8dcf946213e01f3815a7cc5d8073 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 23 Feb 2026 16:57:57 +0000 >Subject: [PATCH] Bug 40255: Alphabetize dropdown list > >--- > .../intranet-tmpl/prog/en/modules/tools/letter.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 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 97586eabce5..5772c3a4a53 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -191,24 +191,24 @@ > <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"><i class="fa fa-plus"></i> New notice</button> > <ul class="dropdown-menu"> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=acquisition">Acquisition</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=bookings">Bookings</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=catalogue">Catalog</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=circulation">Circulation</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=claimacquisition">Claim acquisition</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=claimissues">Claim serial issue</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=debit_description">Debit description (custom)</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=reserves">Holds</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=ill">Interlibrary loans</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=lists">Lists</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=orderacquisition">Order acquisition</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=members">Patrons</a></li> >- <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=patron_slip">Patrons (custom slip)</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=add_message">Patrons (custom message)</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=patron_slip">Patrons (custom slip)</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=preservation">Preservation</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Reports</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> >- <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> >- <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Reports</a></li> >- <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=bookings">Bookings</a></li> >- <li><a class="dropdown-item" href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=debit_description">Debit description (custom)</a></li> > </ul> > </div> > </div> >-- >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 40255
:
188174
|
188176
|
188177
|
188178
|
188179
|
188180
|
188181
|
189641
|
189807
|
189808
|
189809
|
189810
|
193655
|
193666