Bugzilla – Attachment 75639 Details for
Bug 20825
Cannot checkout if item types at biblio level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20825: (QA follow-up) set biblioitemnumber with correct value
Bug-20825-QA-follow-up-set-biblioitemnumber-with-c.patch (text/plain), 1.05 KB, created by
Nick Clemens (kidclamp)
on 2018-05-29 15:55:59 UTC
(
hide
)
Description:
Bug 20825: (QA follow-up) set biblioitemnumber with correct value
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-05-29 15:55:59 UTC
Size:
1.05 KB
patch
obsolete
>From 35f1fbfedbf628d8e0a043a011bba1c8627858af Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 29 May 2018 15:53:59 +0000 >Subject: [PATCH] Bug 20825: (QA follow-up) set biblioitemnumber with correct > value > >Both biblionumber and biblioitemnumber for item were set to >biblionumber, when they don't line up tests fail > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Circulation.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index e053350..02c10c7 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -2217,7 +2217,7 @@ subtest 'CanBookBeIssued | item-level_itypes=biblio' => sub { > itemlost => 0, > withdrawn => 0, > biblionumber => $biblioitem->{biblionumber}, >- biblioitemnumber => $biblioitem->{biblionumber}, >+ biblioitemnumber => $biblioitem->{biblioitemnumber}, > } > } > )->store; >-- >2.1.4
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 20825
:
75575
|
75576
|
75578
|
75579
|
75580
|
75591
|
75592
|
75595
|
75596
|
75605
|
75606
|
75607
|
75608
| 75639