Bugzilla – Attachment 129904 Details for
Bug 29809
StockRotationItems->itemnumber is poorly named
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29809: Fix StockRotationStages.t
Bug-29809-Fix-StockRotationStagest.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2022-01-27 16:15:26 UTC
(
hide
)
Description:
Bug 29809: Fix StockRotationStages.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-27 16:15:26 UTC
Size:
1.29 KB
patch
obsolete
>From 107fcf7da443a32b3987117d98ca239ee94e1a00 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 27 Jan 2022 17:13:32 +0100 >Subject: [PATCH] Bug 29809: Fix StockRotationStages.t > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/StockRotationStages.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/StockRotationStages.t b/t/db_dependent/StockRotationStages.t >index 7c45a6fbf2c..ae94473e223 100755 >--- a/t/db_dependent/StockRotationStages.t >+++ b/t/db_dependent/StockRotationStages.t >@@ -310,7 +310,7 @@ subtest 'Tests for investigate (singular)' => sub { > } > ); > my $dbitem = Koha::StockRotationItems->find($item); >- $dbitem->itemnumber->homebranch($code) >+ $dbitem->item->homebranch($code) > ->holdingbranch($code)->store; > $cnt++; > } >@@ -352,7 +352,7 @@ subtest 'Tests for investigate (singular)' => sub { > } > ); > my $dbitem = Koha::StockRotationItems->find($item); >- $dbitem->itemnumber->homebranch($code) >+ $dbitem->item->homebranch($code) > ->holdingbranch($code)->store; > $cnt++; > } >-- >2.25.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 29809
:
129086
|
129087
|
129548
|
129549
|
129550
|
129901
|
129902
|
129903
| 129904