MJ Ray wrote:
On 2003-10-25 09:04:43 +0100 paul POULAIN <paul.poulain@free.fr> wrote:
I think i don't understand your question.
Sorry, I'll try to explain better.
In koha, there are MARC and non-MARC tables, I think. When an item is added to the library for the first time, details are copied from the MARC to the non-MARC parts. Is that right?
biblio management is done in Biblio.pm. If you have MARC=on in systemprefs, then everytime something is donc on a biblio or an item (add, modif, delete -the last being broken-), it's done in MARC table 1st, then in non-MARC tables. If you have MARC=off in systemprefs, it's the same, except that non-MARC is filled 1st, then MARC. 2 subs transform biblio : MARCkoha2MARC and MARCmarc2koha. Both in C4/Biblio.pm HTH -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)