Bugzilla – Attachment 180831 Details for
Bug 23990
Move C4::Suggestions code to the Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23990: Remove op connectDuplicate from acqui/newordersuggestions.pl
Bug-23990-Remove-op-connectDuplicate-from-acquinew.patch (text/plain), 1.35 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-04-11 10:51:23 UTC
(
hide
)
Description:
Bug 23990: Remove op connectDuplicate from acqui/newordersuggestions.pl
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-04-11 10:51:23 UTC
Size:
1.35 KB
patch
obsolete
>From def008ad5e4b688deef7823baedd5ffb1574b281 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Tue, 8 Apr 2025 15:31:50 +0200 >Subject: [PATCH] Bug 23990: Remove op connectDuplicate from > acqui/newordersuggestions.pl > >15:27:09> git grep connectDuplicate >acqui/newordersuggestion.pl: * connectDuplicate : >acqui/newordersuggestion.pl:if ( $op eq 'connectDuplicate' ) { > >connectDuplicate is never called from any template code is hence removed >--- > acqui/newordersuggestion.pl | 13 ------------- > 1 file changed, 13 deletions(-) > >diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl >index e41381f4..180af5a3 100755 >--- a/acqui/newordersuggestion.pl >+++ b/acqui/newordersuggestion.pl >@@ -75,15 +75,6 @@ is the biblionumber to put to the new suggestion. > > the id of the suggestion to select. > >-=item op >- >-can be equal to >- * connectDuplicate : >- then call to the function : ConnectSuggestionAndBiblio. >- i.e set the biblionumber of this suggestion. >- * else : >- is the default value. >- > =back > > =cut >@@ -124,10 +115,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > } > ); > >-if ( $op eq 'connectDuplicate' ) { >- ConnectSuggestionAndBiblio( $suggestionid, $duplicateNumber ); >-} >- > my $suggestions = [ > Koha::Suggestions->search_limited( > { >-- >2.30.2
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 23990
:
180826
|
180827
|
180828
|
180829
|
180830
| 180831 |
180832
|
180833
|
180834
|
180835
|
180836
|
180837