[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.6, 1.7

Ivan,,, ivan at wavetail.420.am
Sat Dec 24 16:36:32 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail:/tmp/cvs-serv15164

Modified Files:
	billing.html 
Log Message:
don't reenable postal billing for existing customers just cause its blank...

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- billing.html	9 Dec 2005 16:56:53 -0000	1.6
+++ billing.html	25 Dec 2005 00:36:30 -0000	1.7
@@ -402,7 +402,10 @@
     <TR>
       <TD WIDTH="608" COLSPAN="2"><INPUT TYPE="checkbox" NAME="invoicing_list_POST" VALUE="POST" <%=
 
-        ( ( ! @invoicing_list && ! $conf->exists('disablepostalinvoicedefault') )
+        ( (    ! @invoicing_list
+            && ! $conf->exists('disablepostalinvoicedefault')
+            && ! $cust_main->custnum
+          )
           || grep { $_ eq 'POST' } @invoicing_list                     )
 
           ? 'CHECKED'



More information about the freeside-commits mailing list