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.17 -r1.18 --- openacs-4/packages/invoices/lib/projects-billable.tcl 18 Jun 2006 11:42:26 -0000 1.17 +++ openacs-4/packages/invoices/lib/projects-billable.tcl 11 Aug 2006 19:37:51 -0000 1.18 @@ -23,6 +23,11 @@ } } +# Quickfix +if {[exists_and_not_null orderby] && $orderby eq "invoice_nr"} { + set orderby "" +} + if {[empty_string_p $no_actions_p]} { set no_actions_p 0 } @@ -43,6 +48,7 @@ set base_url [apm_package_url_from_id $package_id] } + set row_list "" set org_p 1