[Koha-bugs] [Bug 3831] Fast Add Framework Should not be Deletable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 27 16:36:40 CET 2015


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

--- Comment #10 from Marc Véron <veron at veron.ch> ---
(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.


More information about the Koha-bugs mailing list