[Koha-bugs] [Bug 4392] New: bulkmarcimport.pl leaves items.onloan set to '0000-00-00' instead of NULL

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Apr 20 23:50:48 CEST 2010


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 at gmail.com
        ReportedBy: chobbs at 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.



More information about the Koha-bugs mailing list