Bugzilla – Attachment 191302 Details for
Bug 41563
Tidy kohaTable block - acqui
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41563: (follow-up) Fix two typos
Bug-41563-follow-up-Fix-two-typos.patch (text/plain), 2.15 KB, created by
Owen Leonard
on 2026-01-12 16:55:59 UTC
(
hide
)
Description:
Bug 41563: (follow-up) Fix two typos
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-12 16:55:59 UTC
Size:
2.15 KB
patch
obsolete
>From a205c56cc9c6934cdf7104a576cd47267747884d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 12 Jan 2026 11:52:10 -0500 >Subject: [PATCH] Bug 41563: (follow-up) Fix two typos > >--- > .../intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >index ab8f9be6985..357d5194a29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >@@ -355,7 +355,7 @@ > $("#orders_filters").toggle(); > $(".toggle_orders_filters").toggle(); > }); >- if (op == "search" || (op == "select" && !has_result)) { >+ if (op == "search" || (op == "select" && !has_results)) { > $("#show_orders_filters").hide(); > $("#orders_filters").show(); > } else { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 83f64eda165..15177fc2b79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -513,7 +513,7 @@ > + _("Internal note: ") > + '</strong>' + escape_str(internal_note) > + ' [<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=' >- + encodeURIComponent(row.order_id) + '&referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=' + invoice_id' >+ + encodeURIComponent(row.order_id) + '&referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=' + invoice_id > + '&type=internal">' + _("Change internal note") + '</a>]</p>'; > } > else { >-- >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 41563
:
191069
|
191070
|
191071
|
191072
|
191073
|
191074
|
191075
|
191076
|
191077
|
191078
|
191079
|
191080
|
191290
|
191291
|
191292
|
191293
|
191294
|
191295
|
191296
|
191297
|
191298
|
191299
|
191300
|
191301
| 191302 |
191303