Bugzilla – Attachment 179963 Details for
Bug 37211
All notes in the patron account transactions table should be editable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37211: Tidy
Bug-37211-Tidy.patch (text/plain), 1.77 KB, created by
Lucas Gass (lukeg)
on 2025-03-31 09:51:15 UTC
(
hide
)
Description:
Bug 37211: Tidy
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-03-31 09:51:15 UTC
Size:
1.77 KB
patch
obsolete
>From 22e5ed3317d84d1c3f9a773366995802dd3aa187 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 31 Mar 2025 09:50:47 +0000 >Subject: [PATCH] Bug 37211: Tidy > >--- > installer/data/mysql/atomicupdate/bug_37211.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 4 +--- > 2 files changed, 2 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_37211.pl b/installer/data/mysql/atomicupdate/bug_37211.pl >index 7d89d2c26d0..d011adce27b 100755 >--- a/installer/data/mysql/atomicupdate/bug_37211.pl >+++ b/installer/data/mysql/atomicupdate/bug_37211.pl >@@ -17,7 +17,7 @@ return { > ); > > # permissions >- say_success( $out, "Added new permission 'updatecharges:edit_notes'"); >+ say_success( $out, "Added new permission 'updatecharges:edit_notes'" ); > > }, > }; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 678477d2eb1..812260bbefc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -309,9 +309,7 @@ > <span class="sub_permission suggestions_create_subpermission"> Create purchase suggestions </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'edit_notes' -%] >- <span class="sub_permission edit_notes_subpermission"> >- Edit accountline notes >- </span> >+ <span class="sub_permission edit_notes_subpermission"> Edit accountline notes </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'suggestions_manage' -%] > <span class="sub_permission suggestions_manage_subpermission"> Edit purchase suggestions </span> >-- >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 37211
:
168211
|
168212
|
170002
|
170003
|
170218
|
170219
|
177244
|
177245
|
177248
|
177249
|
177250
|
177251
|
177252
|
177261
|
179178
|
179179
|
179180
|
179181
|
179182
| 179963 |
179967
|
179972
|
179977
|
180923