[Koha-bugs] [Bug 10975] New: addbiblio.pl checks if marcflavour equals "usmarc"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 30 14:47:33 CEST 2013


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

            Bug ID: 10975
           Summary: addbiblio.pl checks if marcflavour equals "usmarc"
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: magnus at enger.priv.no
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

On line 924 of cataloguing/addbiblio.pl we have this line:

$template->param( title => $record->title() ) if ($record ne "-1" &&
C4::Context->preference('marcflavour') eq "usmarc");

As far as I know, the 'marcflavour' syspref will never, ever be equal to
"usmarc". 

I'm not sure if this has any practical sideeffects, though, I just spotted it
while looking for something else.

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


More information about the Koha-bugs mailing list