Index: openacs-4/packages/invoices/tcl/invoice-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/invoice-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/invoices/tcl/invoice-procs.tcl 11 Oct 2005 15:23:28 -0000 1.6 +++ openacs-4/packages/invoices/tcl/invoice-procs.tcl 14 Oct 2005 06:25:03 -0000 1.7 @@ -61,6 +61,7 @@ [list payment_days $payment_days] \ [list vat_percent $vat_percent] \ [list vat $vat] \ + [list status new] \ [list cancelled_p f] ] ] } @@ -110,6 +111,7 @@ [list payment_days $payment_days] \ [list vat_percent $vat_percent] \ [list vat $vat] \ + [list status new] \ [list cancelled_p f] ] ] }