[Koha-bugs] [Bug 11405] Inventory tool enhancements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 26 17:49:59 CEST 2015


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

--- Comment #32 from M. Tompsett <mtompset at hotmail.com> ---
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.


More information about the Koha-bugs mailing list