Index: openacs-4/packages/invoices/lib/projects-billable.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/lib/projects-billable.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/invoices/lib/projects-billable.tcl 27 Oct 2005 19:33:52 -0000 1.6 +++ openacs-4/packages/invoices/lib/projects-billable.tcl 8 Nov 2005 16:59:19 -0000 1.7 @@ -22,10 +22,6 @@ } } -foreach element $elements { - append row_list "$element {}\n" -} - if {[empty_string_p $no_actions_p]} { set no_actions_p 0 } @@ -59,12 +55,17 @@ set contacts_url [apm_package_url_from_key contacts] } +foreach element $elements { + append row_list "$element {}\n" +} + if {$no_actions_p} { set actions "" set bulk_id_list "" } else { set actions [list "[_ invoices.iv_invoice_New]" "${base_url}invoice-ae" "[_ invoices.iv_invoice_New2]" ] set bulk_id_list [list organization_id] + set row_list "checkbox {}\n $row_list" } template::list::create \