[Koha-bugs] [Bug 9835] Brackets missing for branches for patron attribute types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 21 17:12:23 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9835

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #7 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list