Bugzilla – Attachment 85692 Details for
Bug 21587
Patrons to notify on receiving doesn't work on new order creation, only on modification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21587: [17.11.x] correct rebase
Bug-21587-1711x-correct-rebase.patch (text/plain), 857 bytes, created by
Fridolin Somers
on 2019-02-26 06:43:41 UTC
(
hide
)
Description:
Bug 21587: [17.11.x] correct rebase
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-02-26 06:43:41 UTC
Size:
857 bytes
patch
obsolete
>From 3f0085743eb56f9156dc9709bb8e136bffcafc20 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 26 Feb 2019 07:42:56 +0100 >Subject: [PATCH] Bug 21587: [17.11.x] correct rebase > >--- > acqui/addorder.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/addorder.pl b/acqui/addorder.pl >index 2e69504890..f31312bed6 100755 >--- a/acqui/addorder.pl >+++ b/acqui/addorder.pl >@@ -286,7 +286,7 @@ if ( $basket->{is_standing} || $orderinfo->{quantity} ne '0' ) { > } > my $order_users_ids = $input->param('users_ids'); > my @order_users = split( /:/, $order_users_ids ); >- ModOrderUsers( $orderinfo->{ordernumber}, @order_users ); >+ ModOrderUsers( $order->ordernumber, @order_users ); > > # now, add items if applicable > if ($basket->effective_create_items eq 'ordering') { >-- >2.17.1
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 21587
:
80799
|
81166
|
81293
| 85692