Index: openacs-4/packages/dotlrn-ecommerce/www/applications.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/applications.tcl,v diff -u -r1.33 -r1.34 --- openacs-4/packages/dotlrn-ecommerce/www/applications.tcl 6 Sep 2005 05:25:38 -0000 1.33 +++ openacs-4/packages/dotlrn-ecommerce/www/applications.tcl 7 Sep 2005 04:42:44 -0000 1.34 @@ -223,7 +223,7 @@ and r.community_id in (select community_id from dotlrn_member_rels_full where user_id = :user_id - and rel_type = 'dotlrn_admin_rel') + and rel_type in ('dotlrn_admin_rel', 'dotlrn_ecom_instructor_rel')) } }