https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16694
--- Comment #4 from Magnus Enger <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
