https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41073
Bernard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34883 GIT URL| |https://github.com/Koha-Com | |munity/Koha/commit/f4f77357 | |f63013a21e700f14df82ca92614 | |03310 --- Comment #1 from Bernard <[email protected]> --- I think the problem occurs in Koha/Patrons/Import.pm at line 295-6 $borrower{$col} = $member->{$col} if $col eq 'dateexpiry' && ( !$csvkeycol{$col} || !$columns[ $csvkeycol{$col} ] ); The above evaluates to TRUE and resets the expiry date to its database value rather than the default that was set previously and has persisted until here. Hence it is not modified as requested. Note other default values (eg City) work fine. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
