11 Oct
2016
11 Oct
'16
4:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16694 --- Comment #4 from Magnus Enger <magnus@libriotech.no> --- I had been working on a patch for this where I did: if ( defined $server->{'account'}->{'patron-attribute'} ) { my $attribute_value = $patron->get_patron_attribute_value($server->{'account'}->{'patron-attribute'}); $patron->{'charge_ok'} = $attribute_value; } -- You are receiving this mail because: You are watching all bug changes.