diff options
| author | ivan <ivan> | 2005-12-09 16:56:53 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2005-12-09 16:56:53 +0000 |
| commit | 88c42d0423368bf52d593021f704bfa38845ff71 (patch) | |
| tree | 61b2e089e56c9550e6e858e4d6a60082efc92e45 /httemplate/edit/cust_main.cgi | |
| parent | 5d03c5bf1e774050bbdad9964408f248855ec317 (diff) | |
fix postal mail checkbox misbehaving (isn't sticky on errors - reverts back to on)
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index e10c85f01..144d5405c 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -234,7 +234,10 @@ Service address <!-- billing info --> -<%= include('cust_main/billing.html', $cust_main ) %> +<%= include( 'cust_main/billing.html', $cust_main, + 'invoicing_list' => \@invoicing_list, + ) +%> <SCRIPT> function bottomfixup(what) { |
