Fot import to BookLibrary not numeric value as BookId
with help CVS
In file admin.booklibrary.class.impexp.php change :
Code: |
$book->bookid = intval($line[0]);
|
to
Code: |
$book->bookid = $line[0];
|
For bulk info refetch. Please in Book manager choose all book and press button "Refetch info"
OrdaSoft team