From 88c42d0423368bf52d593021f704bfa38845ff71 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Dec 2005 16:56:53 +0000 Subject: [PATCH] fix postal mail checkbox misbehaving (isn't sticky on errors - reverts back to on) --- httemplate/edit/cust_main.cgi | 5 ++++- httemplate/edit/cust_main/billing.html | 7 +++---- 2 files changed, 7 insertions(+), 5 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 -<%= include('cust_main/billing.html', $cust_main ) %> +<%= include( 'cust_main/billing.html', $cust_main, + 'invoicing_list' => \@invoicing_list, + ) +%>