Bugzilla – Attachment 165665 Details for
Bug 30324
Parent and child itemtype checkout limits not enforced as expected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30324: (follow-up) Remove stray comments
Bug-30324-follow-up-Remove-stray-comments.patch (text/plain), 1.24 KB, created by
Nick Clemens (kidclamp)
on 2024-04-26 16:05:04 UTC
(
hide
)
Description:
Bug 30324: (follow-up) Remove stray comments
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-26 16:05:04 UTC
Size:
1.24 KB
patch
obsolete
>From c1b82f149e1ed1c2af97f03755c2e260e3d36a00 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 26 Apr 2024 16:04:35 +0000 >Subject: [PATCH] Bug 30324: (follow-up) Remove stray comments > >--- > t/db_dependent/Circulation/TooMany.t | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >diff --git a/t/db_dependent/Circulation/TooMany.t b/t/db_dependent/Circulation/TooMany.t >index cf744dca249..b760cb4136a 100755 >--- a/t/db_dependent/Circulation/TooMany.t >+++ b/t/db_dependent/Circulation/TooMany.t >@@ -914,7 +914,7 @@ subtest 'itemtype group tests' => sub { > my $issue = C4::Circulation::AddIssue( $patron, $checkout_item->barcode, dt_from_string() ); > like( $issue->issue_id, qr|^\d+$|, 'The issue should have been inserted' ); > >- #Patron has 1 checkout of parent itemtype {{{{ child itype1 >+ #Patron has 1 checkout of parent itemtype > > my $parent_iq_rule = $builder->build_object( > { >@@ -1051,9 +1051,6 @@ subtest 'itemtype group tests' => sub { > ); > > #increase parent type to greater than specific >-# my $circ_rule_object = >-# Koha::CirculationRules->find( $parent_iq_rule->{id} ); >-# $circ_rule_object->rule_value(4)->store(); > $parent_iq_rule->rule_value(4)->store(); > > >-- >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 30324
:
160877
|
160878
|
161030
|
161031
|
161161
|
165663
|
165664
|
165665
|
165704
|
165705
|
165706