http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7961
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #10 from Paul Poulain <[email protected]> --- 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. _______________________________________________ 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/
