http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11405
--- Comment #32 from M. Tompsett <[email protected]> --- Comment on attachment 40577 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40577 Bug 11405 [6] - Allow items with selected locations to be not be flagged as "Item should have been scanned" if not scanned Review of attachment 40577: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11405&attachment=40577) ----------------------------------------------------------------- ::: C4/Items.pm @@ +1164,4 @@ > # Auth values > foreach (keys %$row) { > if > (defined($avmapping->{"items.$_,".$row->{'frameworkcode'}.",".$row->{$_}})) { > + $row->{"$_-code"} = $row->{$_}; Though not required by PERL17 of the Coding Guidelines, a test would be nice. -- 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/
