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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to