biblio.frameworkcode set up at import
Hi, I've tried to set up the biblio.frameworkcode at import time by setting up a link between the 099$e subfield and biblio.frameworkcode in koha. But it seems this fields in not updated in either way. Even if i create a new non-default notice and that I export the notice, the 099$e subfield is not created in the export files (marcxml, ...). Do i miss something? I'm using koha-3.00.06. Best Regards, Frédéric
Hi again, I solved my problem. Theé fact is that in the 3.00.06 branch, at least, the setting of the framework code for a notice is not possible at import. But I needed that so I did some code modification to allow the framework code to be updated at import. The modifications I made are included in the attached patch. Best regards, Frederic PS: I'm not sure the modification has no bad side effects, so use it at your own risk ;) On 07/06/2010 23:28, Frédéric Rouyre wrote:
Hi,
I've tried to set up the biblio.frameworkcode at import time by setting up a link between the 099$e subfield and biblio.frameworkcode in koha. But it seems this fields in not updated in either way.
Even if i create a new non-default notice and that I export the notice, the 099$e subfield is not created in the export files (marcxml, ...).
Do i miss something? I'm using koha-3.00.06.
Best Regards,
Frédéric
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Oups, the path I sent seemed to risky for me so I made it ... another way. This time I do not modify the return arguments of the _koha_add_biblio function so it's really cleaner for me. So here it is, hope it may help. Note that for the framework code to be updated, you need to set a link between a koha field and a marc field. On 08/06/2010 13:26, Frédéric Rouyre wrote:
Hi again,
I solved my problem. Theé fact is that in the 3.00.06 branch, at least, the setting of the framework code for a notice is not possible at import. But I needed that so I did some code modification to allow the framework code to be updated at import.
The modifications I made are included in the attached patch.
Best regards,
Frederic
PS: I'm not sure the modification has no bad side effects, so use it at your own risk ;)
On 07/06/2010 23:28, Frédéric Rouyre wrote:
Hi,
I've tried to set up the biblio.frameworkcode at import time by setting up a link between the 099$e subfield and biblio.frameworkcode in koha. But it seems this fields in not updated in either way.
Even if i create a new non-default notice and that I export the notice, the 099$e subfield is not created in the export files (marcxml, ...).
Do i miss something? I'm using koha-3.00.06.
Best Regards,
Frédéric
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (1)
-
Frédéric Rouyre