[Bug 4392] New: bulkmarcimport.pl leaves items.onloan set to '0000-00-00' instead of NULL
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4392 Summary: bulkmarcimport.pl leaves items.onloan set to '0000-00- 00' instead of NULL Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: major Priority: P4 Component: MARC Bibliographic data support AssignedTo: gmcharlt@gmail.com ReportedBy: chobbs@nhusd.k12.ca.us Estimated Hours: 0.0 Change sponsored?: --- On importing MARC records via bulkmarcimport.pl, I found that the items.onloan field is set to '0000-00-00' rather than null for unchecked out items. The workaround for now is to manually execute: update items set onloan = NULL WHERE onloan = '0000-00-00' after the import is complete. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4392 Cookie Wolfrom <cookie.wolfrom@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cookie.wolfrom@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com