[Koha-bugs] [Bug 6138] New: Show local help and isbd punctuation automatically when we are cataloguing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 8 11:25:20 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6138

             Bug #: 6138
           Summary: Show local help and isbd punctuation automatically
                    when we are cataloguing
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Cataloging
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: juan.sieira at xercode.es
         QAContact: koha-bugs at lists.koha-community.org
                CC: ian.walls at bywatersolutions.com


Created attachment 3828
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3828
proposed patch

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;

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list