Bugzilla – Attachment 187218 Details for
Bug 40655
Transport cost matrix doesn't save changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40655: Fix logic of adding the disabled class
Bug-40655-Fix-logic-of-adding-the-disabled-class.patch (text/plain), 1.38 KB, created by
Kyle M Hall (khall)
on 2025-10-01 15:54:20 UTC
(
hide
)
Description:
Bug 40655: Fix logic of adding the disabled class
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2025-10-01 15:54:20 UTC
Size:
1.38 KB
patch
obsolete
>From 2e840bd82dfa659ac7afb6b96fad79efe5c3998f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 30 Sep 2025 17:44:15 +0000 >Subject: [PATCH] Bug 40655: Fix logic of adding the disabled class > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/admin/transport-cost-matrix.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >index 0ac8dbf1646..0b1c848393e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >@@ -82,6 +82,8 @@ > [% ELSE %] > [% IF bt.disabled %] > [% SET div_class="disabled-transfer" %] >+ [% ELSE %] >+ [% SET div_class="" %] > [% END %] > <div id="celldiv_[% bt.id | html %]" class="[% div_class | html %]"> > <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% IF bt.disabled %] [% ELSE %][% bt.value | html %][% END %]</div> >-- >2.39.5 (Apple Git-154)
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 40655
:
187117
|
187218
|
187396