From: ivan Date: Fri, 9 Dec 2005 16:56:53 +0000 (+0000) Subject: fix postal mail checkbox misbehaving (isn't sticky on errors - reverts back to on) X-Git-Tag: BEFORE_FINAL_MASONIZE~260 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=88c42d0423368bf52d593021f704bfa38845ff71 fix postal mail checkbox misbehaving (isn't sticky on errors - reverts back to on) --- 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 -<%= include('cust_main/billing.html', $cust_main ) %> +<%= include( 'cust_main/billing.html', $cust_main, + 'invoicing_list' => \@invoicing_list, + ) +%>