http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9835 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #7 from Jonathan Druart <jonathan.druart@biblibre.com> --- I cannot reproduced. And I don't understand the patch. C4::Members::AttributeTypes has a branches method and it is the method we want to call. I would prefer: $attr->{branches} = $attr_type->branches if defined $attr_type; But at this place, $attr_type should be defined. Could you produce a test plan to reproduce the issue please? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.