Index: openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl 20 Aug 2005 20:36:15 -0000 1.2 +++ openacs-4/packages/dotlrn-invoices/tcl/dotlrn-invoices-procs.tcl 31 Aug 2005 16:13:43 -0000 1.3 @@ -224,7 +224,17 @@ @param portal_id } { - invoices_portlet::add_self_to_page -portal_id $portal_id -package_id 0 + invoices_portlet::add_self_to_page \ + -portal_id $portal_id \ + -package_id 0 + + invoices_list_portlet::add_self_to_page \ + -portal_id $portal_id \ + -package_id 0 + + invoices_offers_portlet::add_self_to_page \ + -portal_id $portal_id \ + -package_id 0 } @@ -305,7 +315,7 @@ -to_version_name $to_version_name \ -spec { 0.1d 0.1d1 { - # We are going to add contacts portlet to the + # We are going to add invoice portlet to the # templates db_foreach get_portal_templates { } { @@ -314,6 +324,24 @@ -package_id 0 } } + 0.1d1 0.1d2 { + # We are going to add invoice portlet to the + # templates + + db_foreach get_portal_templates { } { + invoices_portlet::add_self_to_page \ + -portal_id $portal_id \ + -package_id 0 + + invoices_list_portlet::add_self_to_page \ + -portal_id $portal_id \ + -package_id 0 + + invoices_offers_portlet::add_self_to_page \ + -portal_id $portal_id \ + -package_id 0 + } + } } }