Bugzilla – Attachment 31713 Details for
Bug 12953
Bug 12827 causes a test to fail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12953: FIX NewOrder test
PASSED-QA-Bug-12953-FIX-NewOrder-test.patch (text/plain), 1.05 KB, created by
Kyle M Hall (khall)
on 2014-09-18 13:06:21 UTC
(
hide
)
Description:
[PASSED QA] Bug 12953: FIX NewOrder test
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-09-18 13:06:21 UTC
Size:
1.05 KB
patch
obsolete
>From 0c4b4466ea665bc86a5d6dbcc869aa767ad34fce Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 18 Sep 2014 09:42:02 +0200 >Subject: [PATCH] [PASSED QA] Bug 12953: FIX NewOrder test > >The patch for bug 12827 has been written some days before bug 10402. One >occurrence of NewOrder has not been modified. > >Test plan: > prove t/db_dependent/Letters.t > >should return green. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Letters.t | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/t/db_dependent/Letters.t b/t/db_dependent/Letters.t >index 38d4a4c..32b760e 100644 >--- a/t/db_dependent/Letters.t >+++ b/t/db_dependent/Letters.t >@@ -308,7 +308,7 @@ if (C4::Context->preference('marcflavour') eq 'UNIMARC') { > } > > ($biblionumber, $biblioitemnumber) = AddBiblio($bib, ''); >-( undef, $ordernumber ) = C4::Acquisition::NewOrder( >+$ordernumber = C4::Acquisition::NewOrder( > { > basketno => $basketno, > quantity => 1, >-- >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 12953
:
31692
|
31696
| 31713