Bugzilla – Attachment 174492 Details for
Bug 38011
Add a foreign key link between vendors and subscriptions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38011: Fix ReNewSubscription.t
Bug-38011-Fix-ReNewSubscriptiont.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2024-11-14 08:49:49 UTC
(
hide
)
Description:
Bug 38011: Fix ReNewSubscription.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-14 08:49:49 UTC
Size:
1.29 KB
patch
obsolete
>From f8e65fcb9c6b7ac51ec55bbd7bae8e727d782b52 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 14 Nov 2024 09:48:10 +0100 >Subject: [PATCH] Bug 38011: Fix ReNewSubscription.t > >t/db_dependent/Serials/ReNewSubscription.t .. Value not allowed for auto_incr id in Aqbookseller at /kohadevbox/koha/t/lib/TestBuilder.pm line 402. >Null value for subscriptionid in Subscriptionhistory not allowed at /kohadevbox/koha/t/lib/TestBuilder.pm line 415. >Can't call method "enddate" on an undefined value at t/db_dependent/Serials/ReNewSubscription.t line 102. > >It's failing when no vendor with id=1 in DB. >--- > t/db_dependent/Serials/ReNewSubscription.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Serials/ReNewSubscription.t b/t/db_dependent/Serials/ReNewSubscription.t >index 4635da543b2..84ab1c01b24 100755 >--- a/t/db_dependent/Serials/ReNewSubscription.t >+++ b/t/db_dependent/Serials/ReNewSubscription.t >@@ -68,7 +68,6 @@ my $subscription = $builder->build({ > biblionumber => $biblio->biblionumber, > startdate => '2015-01-01', > enddate => '2015-12-31', >- aqbooksellerid => 1, > periodicity => $frequency->{id}, > numberpattern => $pattern->{id}, > monthlength => 12, >-- >2.34.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 38011
:
171971
|
171972
|
173859
|
173860
|
174180
|
174181
|
174182
|
174183
|
174185
|
174186
|
174187
|
174188
|
174397
| 174492