[Koha-patches] Show local help and isbd punctuation automatically when we are cataloguing

Juan Romay jrs.xercode at gmail.com
Fri Apr 8 11:29:55 CEST 2011


Show local help and isbd punctuation automatically when we are cataloguing.
In administration->MARC Bibliographic framework->Marc
Structure->Subfields->Edit subfields there are two new fields, punctuacion and
help. We have to fill those fields with some help and the isbd punctuation to a
determinate subfield. Those values will appear when we are cataloguing.

Our libraries requested this change because they need help in the cataloguing
process to follow its their procedures manual.

If you dont want to execute updatedatabase.pl, simply execute this statement in
you database

ALTER TABLE `marc_subfield_structure` ADD `punctuation` VARCHAR( 5 ) NULL , ADD
`help` VARCHAR( 255 ) NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20110408/dc3b690c/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: punctuation-help-cataloguing.patch
Type: text/x-patch
Size: 14386 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20110408/dc3b690c/attachment.bin>


More information about the Koha-patches mailing list