[Koha-bugs] [Bug 10209] The ability to order multiple copies of the same item, from different fund classes, on the same order number

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 11 07:08:30 CEST 2013


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

--- Comment #11 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Oh yes, and another thing - I'm not sure if

if ($b ne undef)

works as you would expect. Usually you would say if (defined $b). But if ($b)
should be enough (and best I believe, because it protects from '').

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list