Index: openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl,v diff -u -r1.75 -r1.76 --- openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 12 Mar 2006 00:44:49 -0000 1.75 +++ openacs-4/packages/dotlrn-ecommerce/lib/tree-chunk.tcl 13 Mar 2006 17:52:24 -0000 1.76 @@ -785,6 +785,10 @@ ns_log notice "ERROR:DAVEB tree-chunk.tcl calling fs_chunk section_id='${section_id} \n tree_id = '${tree_id}' \n ------ \n $errmsg \n ----- \n'" } set description [ad_text_to_html $description] + + if { ! [dotlrn_ecommerce::util::param::get -default 1 ShowPriceOptionP] } { + set show_price_p f + } } ad_return_template \ No newline at end of file