[Koha-bugs] [Bug 12267] Allow password option in Patron Attribute non functional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 12 02:06:53 CEST 2016


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

--- Comment #7 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 50122
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50122
Bug 12267: Remove borrower_attributes.password

Review of attachment 50122:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12267&attachment=50122)
-----------------------------------------------------------------

::: C4/Members/AttributeTypes.pm
@@ +217,3 @@
>                                                  ?, ?, ?, ?, ?, ?)");
>      }
> +    $sth->execute( $self->{description}, $self->{repeatable}, $self->{unique_id}, $self->{opac_display}, $self->{staff_searchable}, $self->{authorised_value_category}, $self->{display_checkout}, $self->{category_code} || undef, $self->{class}, $self->{code} );

Keeping it vertical would have been easier to read.

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


More information about the Koha-bugs mailing list