Bugzilla – Attachment 170610 Details for
Bug 34440
Add warm-up and cool-down periods to bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34440: (QA follow-up) Tidy changes to t/db_dependent/Koha/Item.t
Bug-34440-QA-follow-up-Tidy-changes-to-tdbdependen.patch (text/plain), 1012 bytes, created by
Paul Derscheid
on 2024-08-22 13:06:14 UTC
(
hide
)
Description:
Bug 34440: (QA follow-up) Tidy changes to t/db_dependent/Koha/Item.t
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-08-22 13:06:14 UTC
Size:
1012 bytes
patch
obsolete
>From 09fecd9096521cb44110d9fada7c693221a599c1 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 22 Aug 2024 12:23:52 +0000 >Subject: [PATCH] Bug 34440: (QA follow-up) Tidy changes to > t/db_dependent/Koha/Item.t > >--- > t/db_dependent/Koha/Item.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Item.t b/t/db_dependent/Koha/Item.t >index 5d3d780f35..ab6d01c5d7 100755 >--- a/t/db_dependent/Koha/Item.t >+++ b/t/db_dependent/Koha/Item.t >@@ -2728,9 +2728,9 @@ subtest 'find_booking' => sub { > # Adding lead period rule > Koha::CirculationRules->set_rules( > { >- branchcode => '*', >- itemtype => $item->effective_itemtype, >- rules => { >+ branchcode => '*', >+ itemtype => $item->effective_itemtype, >+ rules => { > bookings_lead_period => 3, > }, > } >-- >2.46.0
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 34440
:
167948
|
167949
|
167950
|
167951
|
167952
|
167953
|
167954
|
167955
|
168941
|
168942
|
168943
|
168944
|
168945
|
168946
|
168947
|
168948
|
168949
|
168998
|
168999
|
169000
|
169001
|
169002
|
169003
|
169004
|
169005
|
169006
|
169007
|
169571
|
169572
|
169573
|
169574
|
169575
|
169576
|
169577
|
169578
|
169579
|
169580
|
169581
|
169587
|
169588
|
170032
|
170033
|
170034
|
170035
|
170036
|
170037
|
170038
|
170039
|
170040
|
170041
|
170042
|
170046
|
170047
|
170048
|
170049
|
170050
|
170051
|
170052
|
170053
|
170054
|
170055
|
170056
|
170589
|
170590
|
170591
|
170592
|
170593
|
170594
|
170595
|
170596
|
170597
|
170598
|
170599
|
170600
|
170603
| 170610 |
170951