[Koha-bugs] [Bug 7961] Local cover images should support CSV link files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 10 14:21:04 CEST 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #10 from Paul Poulain <paul.poulain at biblibre.com> ---
QA comment: just one, but it will result in failed QA:
You must test the syspref CataloguingLog before logging action:
+                            logaction('CATALOGUING', 'MODIFY', $biblionumber,
"cover image: $filename");

if (C4::Context->preference("CataloguingLog")) {
    logaction('CATALOGUING', 'MODIFY', $biblionumber, "cover image:
$filename");
}

will make you earn QA ;-)

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


More information about the Koha-bugs mailing list