https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30324 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |victor@tuxayo.net |y.org | Status|Signed Off |Failed QA --- Comment #7 from Victor Grousset/tuxayo <victor@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.