https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41073 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- This code is not very trivial at the least ;) $borrower{$col} = $member->{$col} if $col eq 'dateexpiry' && ( !$csvkeycol{$col} || !$columns[ $csvkeycol{$col} ] ) && !$borrower{$col}; If there is no dateexpiry column in the csv or it is empty, in what case could borrower{dateexpiry} still have a value? Note that we are here in the situation that update_dateexpiry is false. $preserve_fields ?
From $defaults ? Right, and your test plan includes that one. It seems that preserve should be fine too.
-- You are receiving this mail because: You are watching all bug changes.