[Koha-bugs] [Bug 12719] New: Fix bulkmarcimport.pl "keepids" documentation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 5 08:57:36 CEST 2014


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

            Bug ID: 12719
           Summary: Fix bulkmarcimport.pl "keepids" documentation
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: gmcharlt at gmail.com
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

Currently, there are two entries for "keepids" in the perldoc for
bulkmarcimport.pl.

The following code here is (mostly) correct:

 713 =item B<-k, -keepids>=<FIELD>
 714 
 715 Field store ids in I<FIELD> (usefull for authorities, where 001 contains
the
 716 authid for Koha, that can contain a very valuable info for authorities
coming
 717 from LOC or BNF. useless for biblios probably)

The following code here is really NOT:

 747 =item B<-keepids>
 748 
 749 Store ids in 009 (usefull for authorities, where 001 contains the authid
for
 750 Koha, that can contain a very valuable info for authorities coming from
LOC or
 751 BNF. useless for biblios probably)

--

It should probably be something like...

=item B<-k, -keepids>=<FIELD>

Keep the ID (i.e. control number 001) from the incoming record in I<FIELD>.

I<FIELD> should be a field/subfield pair, such as 035a, or a controlfield, such
as 009.

If no I<FIELD> is provided, the 001 from the incoming record will be kept in
the 001 in Koha.

(N.B. I don't know if a FIELD-less parameter would result in a bug or not...)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list