Bugzilla – Attachment 179529 Details for
Bug 39325
Run codespell successfully on the whole codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39325: manual - suggestion - no one => no_one
Bug-39325-manual---suggestion---no-one--noone.patch (text/plain), 2.05 KB, created by
Owen Leonard
on 2025-03-20 13:13:49 UTC
(
hide
)
Description:
Bug 39325: manual - suggestion - no one => no_one
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-20 13:13:49 UTC
Size:
2.05 KB
patch
obsolete
>From 31bb039f4404f8156405ffdb00182cbd5c30f164 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 20 Mar 2025 09:19:50 +0100 >Subject: [PATCH] Bug 39325: manual - suggestion - no one => no_one > >It has been changed (automatically) from "noone" to "no one", which was >wrong. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > suggestion/suggestion.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index ee953c3f76d..3d131c6d36e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -668,7 +668,7 @@ > <!-- /.rows --> > > <fieldset class="action"> >- <input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]no one[% END %]" /> >+ <input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]no_one[% END %]" /> > [% IF ( suggestionid ) %] > <input type="hidden" name="op" value="cud-save" /> > [% IF ( need_confirm ) %] >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index 811c30a9fd0..a72e7a2a489 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -506,7 +506,7 @@ $template->param( > "op" => $op, > ); > >-if ( defined($returnsuggested) and $returnsuggested ne "no one" ) { >+if ( defined($returnsuggested) and $returnsuggested ne "no_one" ) { > print $input->redirect( "/cgi-bin/koha/members/moremember.pl?borrowernumber=" . $returnsuggested . "#suggestions" ); > } > >-- >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 39325
:
179269
|
179270
|
179271
|
179272
|
179501
|
179502
|
179503
|
179504
|
179505
|
179506
|
179507
|
179508
|
179509
|
179510
|
179511
|
179512
|
179517
|
179518
|
179519
|
179522
|
179525
|
179527
|
179528
|
179529
|
179530
|
179531
|
179532
|
179533
|
179534
|
180137
|
180138
|
180139
|
180140
|
180141
|
180142
|
180143
|
180144
|
180145
|
180146
|
180147
|
180148
|
180149
|
180150
|
181510
|
181511
|
181512
|
181513
|
181514
|
181515
|
181516
|
181517
|
181518
|
181519
|
181520
|
181521
|
181522
|
181523
|
181611
|
181612
|
181613
|
181614
|
181615
|
181616
|
181617
|
181618
|
181619
|
181620
|
181621
|
181637
|
181651
|
181983