12 May
2004
12 May
'04
9:44 p.m.
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');