http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=369 Summary: MARC import and BIBLIO management spelling & html corrections needed Product: Koha Version: 1.9.2 Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Acquisitions (Simple) AssignedTo: paul.poulain@free.fr ReportedBy: Ilacis@chillco.com QAContact: koha-devel@lists.sourceforge.net cgi-bin/koha/acqui.simple/addbooks.pl Original: If the ISBN is found into the biblio table, it will be retrieved and can be modified. If the ISBN is found into the breeding farm, it will be retrieved. and a biblio added. Otherwise, a biblio can be added from scratch. Suggested: If the ISBN or title is found in the biblio table, it will be retrieved and can be modified. If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio added. Otherwise, a biblio can be added from scratch. Original: <table cellpadding="3" border=0 width="100%"> <tr valign="top"> <td width="5%"> </td> <td width="20%"><li><a href=marcimport.pl>Upload MARC records</a></li></td> <td width="10%"> </td> <td>The breeding farm is a table where are stored imported MARC records.<br/> A MARC record is stored in the breeding farm as long as you've no item. When you type the ISBN of a biblio, it's searched in the breeding farm. If found, the biblio is added to koha active table, and removed from breeding farm. </td> Suggested: <table cellpadding="3" border=0 width="100%"> <tr valign="top"> <td width="5%"> </td> <td width="20%"><li><a href=marcimport.pl>Upload MARC records</a></li></td> <td width="10%"> </td> <td>The breeding farm is a table where imported MARC records are stored.<br/> A MARC record is stored in the breeding farm as long as you have no item.<br/> When you type the ISBN or title of a biblio, it's searched for in the breeding farm.<br/> If it is found, the biblio is added to the Koha active table and removed from the breeding farm.<br/></td></tr></table> Original: Tools for importing MARC from a z3950 server Suggested: Tools for importing MARC from a z39.50 server ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.