Bugzilla – Attachment 170951 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: bookings_lead_period and bookings_trail_period cant be set at categorycode level
Bug-34440-bookingsleadperiod-and-bookingstrailperi.patch (text/plain), 1.11 KB, created by
Pedro Amorim
on 2024-09-02 16:26:59 UTC
(
hide
)
Description:
Bug 34440: bookings_lead_period and bookings_trail_period cant be set at categorycode level
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-09-02 16:26:59 UTC
Size:
1.11 KB
patch
obsolete
>From 3ee6693d22c7651c698ea688a735afacbc21b5e9 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 2 Sep 2024 16:24:56 +0000 >Subject: [PATCH] Bug 34440: bookings_lead_period and bookings_trail_period > cant be set at categorycode level > >Follow Joubu's test plan. It should no longer fail. > >Error from eval Koha::CirculationRules->set_rules($params) at onboarding.pl was: >set_rule cannot set 'bookings_trail_period' for a 'categorycode'! at /kohadevbox/koha/installer/onboarding.pl line 301. >--- > installer/onboarding.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/installer/onboarding.pl b/installer/onboarding.pl >index 38fe3badf5..d5b8bee041 100755 >--- a/installer/onboarding.pl >+++ b/installer/onboarding.pl >@@ -288,8 +288,6 @@ if ( $step == 5 ) { > recall_overdue_fine => undef, > recall_shelf_time => undef, > holds_pickup_period => undef, >- bookings_lead_period => undef, >- bookings_trail_period => undef, > } > }; > >-- >2.39.2
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