Index: openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk-postgresql.xql,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk-postgresql.xql 17 Oct 2005 13:03:00 -0000 1.9 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk-postgresql.xql 22 Jan 2006 20:10:25 -0000 1.10 @@ -32,9 +32,6 @@ on (dec.product_id = v.product_id) where dc.course_id = ci.live_revision - and dc.display_p - and (v.display_section_p = 't' or - v.display_section_p is null) [template::list::filter_where_clauses -and -name course_list] order by lower(dc.course_name), lower(dec.section_name)