From 1ced48ffbe62404d1a2ca198a90767345ee4a1e1 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 Signed-off-by: Victor Grousset/tuxayo --- 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 cf744dca24..b760cb4136 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.44.0