http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3831
--- Comment #10 from Marc Véron <[email protected]> --- (In reply to Kyle M Hall from comment #8) > (...) I've found if I > delete it, and check out a nonexistant barcode, the fast cataloging link > will take me to the marc editor with a blank page, where I can choose a > different framework. (...) Hmm, should the link 'Fast cataloging' be available/visible if no FA framework is defined? I think no, because of following code in circ/circulation.pl (around line 536) my $fast_cataloging = 0; if (defined getframeworkinfo('FA')) { $fast_cataloging = 1 } So if you can trigger the link without having a FA framework, there must be some bug (condition 'defined' or return value of getframeworkinfo?). Regarding the question optional vs. mandatory: Maybe we could keep the FA framework optional and display a warning on page 'About Koha', Tab 'System information' if the FA framework is missing. -- You are receiving this mail because: You are the QA Contact for the bug. 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/
