31 May
2018
31 May
'18
1:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17168 --- Comment #19 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Nick Clemens from comment #18)
5. Why? + my $remove_guarantor = ( $to_cat->category_type ne 'C' || $to_cat->category_type ne 'P' ) ? 1 : 0; When this was written adults couldn't have guarantors and we stripped them when updating - I suppose this can be removed? Ah, j2a still does this - I think removing for children makes sense, maybe not touch otherwise so maybe: my $remove_guarantor = ( $from_cat->category_type eq 'C');
-- You are receiving this mail because: You are watching all bug changes.