Bugzilla – Attachment 164263 Details for
Bug 36173
Cancelling order confirmation view does not show basket's info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36173: (follow-up) Tidy
Bug-36173-follow-up-Tidy.patch (text/plain), 1.52 KB, created by
Nick Clemens (kidclamp)
on 2024-04-02 11:56:57 UTC
(
hide
)
Description:
Bug 36173: (follow-up) Tidy
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-02 11:56:57 UTC
Size:
1.52 KB
patch
obsolete
>From b6299f72b320d8ef8b4a54c32231ffd38b0c7c83 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 2 Apr 2024 11:54:53 +0000 >Subject: [PATCH] Bug 36173: (follow-up) Tidy > >--- > acqui/cancelorder.pl | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/acqui/cancelorder.pl b/acqui/cancelorder.pl >index 84e64714da7..81742702286 100755 >--- a/acqui/cancelorder.pl >+++ b/acqui/cancelorder.pl >@@ -45,13 +45,13 @@ my ($template, $loggedinuser, $cookie, $flags) = get_template_and_user( { > flagsrequired => { 'acquisition' => 'order_manage' }, > } ); > >-my $op = $input->param('op') || q{}; >-my $ordernumber = $input->param('ordernumber'); >-my $biblionumber = $input->param('biblionumber'); >-my $order = Koha::Acquisition::Orders->find($ordernumber); >-my $basketno = $order->basketno; >-my $basket = Koha::Acquisition::Baskets->find({ basketno => $basketno }, { prefetch => 'booksellerid' }); >-my $referrer = $input->param('referrer') || $input->referer; >+my $op = $input->param('op') || q{}; >+my $ordernumber = $input->param('ordernumber'); >+my $biblionumber = $input->param('biblionumber'); >+my $order = Koha::Acquisition::Orders->find($ordernumber); >+my $basketno = $order->basketno; >+my $basket = Koha::Acquisition::Baskets->find( { basketno => $basketno }, { prefetch => 'booksellerid' } ); >+my $referrer = $input->param('referrer') || $input->referer; > my $delete_biblio = $input->param('del_biblio') ? 1 : 0; > > if( $op eq "cud-confirmcancel" ) { >-- >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 36173
:
162501
|
163086
|
164262
| 164263