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 -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn-ecommerce/www/applications.tcl 26 Jul 2005 21:07:50 -0000 1.11 +++ openacs-4/packages/dotlrn-ecommerce/www/applications.tcl 27 Jul 2005 14:38:45 -0000 1.12 @@ -195,7 +195,7 @@ [template::list::filter_where_clauses -and -name applications] [template::list::orderby_clause -name applications -orderby] }] { - set list_type [ad_decode $member_state "needs approval" full "request approval" prereq "awaiting payment" payment] + set list_type [ad_decode $member_state "needs approval" full "request approval" prereq "awaiting payment" payment full] set approve_url [export_vars -base application-approve { community_id {user_id $applicant_user_id} {type $list_type} }] set reject_url [export_vars -base application-reject { community_id {user_id $applicant_user_id} {type $list_type} }]