Bugzilla – Attachment 18934 Details for
Bug 5349
Moving an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 5349: Fix a logical test in TransferOrder
Bug-5349-Fix-a-logical-test-in-TransferOrder.patch (text/plain), 753 bytes, created by
Julian Maurice
on 2013-06-13 12:46:15 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 5349: Fix a logical test in TransferOrder
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2013-06-13 12:46:15 UTC
Size:
753 bytes
patch
obsolete
>From f71133222cc59d114a8cb56f60264f250a62ac42 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 14 Sep 2012 16:32:48 +0200 >Subject: [PATCH] Bug 5349: Fix a logical test in TransferOrder > >--- > C4/Acquisition.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index 07f796d..d0517d1 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -1700,7 +1700,7 @@ Return the ordernumber of created order. > sub TransferOrder { > my ($ordernumber, $basketno) = @_; > >- return unless $ordernumber or $basketno; >+ return unless ($ordernumber and $basketno); > > my $order = GetOrder( $ordernumber ); > return if $order->{datereceived}; >-- >1.7.2.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 5349
:
8961
|
8962
|
9909
|
10032
|
10190
|
10375
|
10376
|
10441
|
10462
|
10463
|
10636
|
11117
|
11118
|
11385
|
11386
|
12236
|
12237
|
12238
|
12420
|
12421
|
12422
|
12462
|
12463
|
12464
|
14441
|
14442
|
14443
|
16499
|
16500
|
16501
|
18931
|
18933
|
18934
|
18935
|
19332
|
19333
|
19336
|
19917
|
19918
|
19919
|
19920
|
19921
|
19922
|
20476
|
20477
|
20478
|
20479
|
20480
|
20481
|
20691
|
20692
|
20693
|
20694
|
20695
|
20696