From c1b82f149e1ed1c2af97f03755c2e260e3d36a00 Mon Sep 17 00:00:00 2001 From: Nick Clemens 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