[Koha-bugs] [Bug 30324] Parent and child itemtype checkout limits not enforced as expected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 7 02:18:11 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30324

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|testopia at bugs.koha-communit |victor at tuxayo.net
                   |y.org                       |
             Status|Signed Off                  |Failed QA

--- Comment #7 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
> #Patron has 1 checkout of parent itemtype {{{{ child itype1

What does {{{{ means?
My guess is that «{{{{ child itype1» isn't meant to be here. And it's just some
mistyping in vim ^^

+#    my $circ_rule_object =
+#      Koha::CirculationRules->find( $parent_iq_rule->{id} );
+#    $circ_rule_object->rule_value(4)->store();

---

There is a probably forgotten comment:

+#    my $circ_rule_object =
+#      Koha::CirculationRules->find( $parent_iq_rule->{id} );
+#    $circ_rule_object->rule_value(4)->store();

Otherwise, all seems to work as it should and code looks good :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list