Index: openacs-4/packages/dotlrn-ecommerce/www/admin/patrons.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/patrons.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn-ecommerce/www/admin/patrons.tcl 16 Jul 2005 12:51:06 -0000 1.6 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/patrons.tcl 1 Sep 2005 12:24:00 -0000 1.7 @@ -17,6 +17,7 @@ template::list::create \ -name "patrons" \ -multirow "patrons" \ + -page_flush_p 1 \ -elements { participant { label Participant @@ -82,13 +83,13 @@ and d.community_id = (select community_id from dotlrn_ecommerce_section where section_id = :section_id) - and not r.object_id_one in (select r.object_id_two - from acs_rels r, dotlrn_member_rels_full d - where r.object_id_one = d.user_id - and r.rel_type = 'patron_rel' - and d.community_id = (select community_id - from dotlrn_ecommerce_section - where section_id = :section_id)) +-- and not r.object_id_one in (select r.object_id_two +-- from acs_rels r, dotlrn_member_rels_full d +-- where r.object_id_one = d.user_id +-- and r.rel_type = 'patron_rel' +-- and d.community_id = (select community_id +-- from dotlrn_ecommerce_section +-- where section_id = :section_id)) ) rels left join acs_rels r on (rels.rel_id = r.object_id_one and r.rel_type = 'membership_patron_rel' and rels.patron_id = r.object_id_two)