[Koha] sampledata at Koha1.2 errors

Han, Yan hany at u.library.arizona.edu
Thu May 13 07:44:18 NZST 2004


The sample data (sampledata-1.2) provided with Koha 2.0 has errors in line
2248.  Everything else is fine.

Table "borrowers" has 46 rows, but the sampledata-1.2 has only 44 rows'
data. You just need to add two more rows. (e.g '45, '46') for the 3 sample
records.

For example:
INSERT INTO borrowers VALUES (3,'V1000002X','Smith','John','Mr','','','PO 
Box 782',NULL,'Somewhere,
BC','','','',NULL,NULL,NULL,'','0000-00--0','','','2002-06-25',NULL,NULL,NUL
L,NULL,NULL,'Mr. Buddy 
Boy','',NULL,'L','','','M','2003-06-25','','workplace','','',NULL,NULL,'',''
,'','','45',46');




More information about the Koha mailing list