Bugzilla – Attachment 187737 Details for
Bug 40982
Basket: Orders table — "Modify" and "Cancel order" columns missing or displayed incorrectly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40982: Remove cannot_be_toggled for modify and cancel
Bug-40982-Remove-cannotbetoggled-for-modify-and-ca.patch (text/plain), 1.37 KB, created by
Slava Shishkin
on 2025-10-10 14:02:28 UTC
(
hide
)
Description:
Bug 40982: Remove cannot_be_toggled for modify and cancel
Filename:
MIME Type:
Creator:
Slava Shishkin
Created:
2025-10-10 14:02:28 UTC
Size:
1.37 KB
patch
obsolete
>From a84ed0a1e919be808b5bc8100db1be01a477a4a4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 10 Oct 2025 12:08:16 +0200 >Subject: [PATCH] Bug 40982: Remove cannot_be_toggled for modify and cancel > >It's already set in the global config. > >However it does make sense to have it for supplier_report: you don't >want to show it in the dropdown if the pref is off > >Signed-off-by: Slava Shishkin <slavashishkin@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index f54610f2106..eb8ae5ff425 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -1282,7 +1282,6 @@ > modify_column.is_hidden = 0; > [% ELSE %] > modify_column.is_hidden = 1; >- modify_column.cannot_be_toggled = 1; > [% END %] > modify_column.force_visibility = 1; > >@@ -1291,7 +1290,6 @@ > cancel_column.is_hidden = 0; > [% ELSE %] > cancel_column.is_hidden = 1; >- cancel_column.cannot_be_toggled = 1; > [% END %] > cancel_column.force_visibility = 1; > >-- >2.51.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 40982
:
187651
|
187711
|
187712
|
187724
|
187726
|
187735
|
187736
| 187737 |
187738