27 Nov
2018
27 Nov
'18
9:10 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21842 --- Comment #9 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to M. Tompsett from comment #5)
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.
Very good point. I have changed the patches. -- You are receiving this mail because: You are watching all bug changes.