1 Apr
2022
1 Apr
'22
3:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #70 from David Gustafsson <glasklas@gmail.com> --- (In reply to Marcel de Rooy from comment #61)
+ my ($record_type) = @_;
+ my $validator = $encoding_validator->('Record');
+ $validator = $encoding_validator->('Deleted record');
Deleted flag ?
I don't think I understand. The string is correct, but looking at the code I wonder why creating a closure instead of just providing the argument further down, I should probably change this. -- You are receiving this mail because: You are watching all bug changes.