Bugzilla – Attachment 50516 Details for
Bug 15757
Hard coded due loan/renewal period of 21 days if no circ rule found in C4::Circulation::GetLoanLength
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15757 [QA Followup] - Having EDI configured will make unit tests fail
Bug-15757-QA-Followup---Having-EDI-configured-will.patch (text/plain), 917 bytes, created by
Kyle M Hall (khall)
on 2016-04-21 14:21:19 UTC
(
hide
)
Description:
Bug 15757 [QA Followup] - Having EDI configured will make unit tests fail
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-21 14:21:19 UTC
Size:
917 bytes
patch
obsolete
>From 8a963f30a7fe07e8ccb0f6317fef89d67b9fd4d6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 20 Apr 2016 22:03:11 +0000 >Subject: [PATCH] Bug 15757 [QA Followup] - Having EDI configured will make > unit tests fail > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Circulation_Issuingrule.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation_Issuingrule.t b/t/db_dependent/Circulation_Issuingrule.t >index 46efcf8..18a83b8 100644 >--- a/t/db_dependent/Circulation_Issuingrule.t >+++ b/t/db_dependent/Circulation_Issuingrule.t >@@ -28,6 +28,7 @@ $dbh->{AutoCommit} = 0; > $dbh->do(q|DELETE FROM issues|); > $dbh->do(q|DELETE FROM items|); > $dbh->do(q|DELETE FROM borrowers|); >+$dbh->do(q|DELETE FROM edifact_ean|); > $dbh->do(q|DELETE FROM branches|); > $dbh->do(q|DELETE FROM categories|); > $dbh->do(q|DELETE FROM issuingrules|); >-- >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 15757
:
50013
|
50014
|
50015
|
50029
|
50131
|
50132
|
50133
|
50513
|
50514
|
50515
| 50516