https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21842

M. Tompsett <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion
                 CC|                            |[email protected]

--- Comment #5 from M. Tompsett <[email protected]> ---
Shouldn't the values be set to SOMETHING even if itemtype is undefined?

$foo->{key} = defined $bar ? $bar->baz : q{};
and
$foo{key} = defined $bar ? $bar->baz : q{};

Feel free to switch back to needs sign off after answering/fixing this.

-- 
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/

Reply via email to