[Koha-bugs] [Bug 20551] Add option for including deleted records in export_records.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 1 16:06:36 CEST 2022


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

--- Comment #70 from David Gustafsson <glasklas at 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.


More information about the Koha-bugs mailing list