[Koha-bugs] [Bug 7887] Add Option To Include Items That Will Be Available When Calculating Holds Ratios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 13 15:09:10 CEST 2012


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

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 11576
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11576&action=edit
Bug 7887 - Followup - Make use of aqorders conditional. Use COALESCE to prevent
NULL addition.

COALESCE is an ANSI-compliant SQL function, which returns the first
non-null value passed to it. I have verified it is available in both
MySQL and Postgres.

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


More information about the Koha-bugs mailing list