[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.10, 1.11

Ivan,,, ivan at wavetail.420.am
Fri Dec 15 00:25:46 PST 2006


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

Modified Files:
	billing.html 
Log Message:
eliminate funkiness with reappearing "Postal invoice" on errors

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- billing.html	14 Dec 2006 06:00:45 -0000	1.10
+++ billing.html	15 Dec 2006 08:25:44 -0000	1.11
@@ -409,11 +409,7 @@
     <TR>
       <TD WIDTH="608" COLSPAN="2"><INPUT TYPE="checkbox" NAME="invoicing_list_POST" VALUE="POST" <%
 
-        ( (    ! @invoicing_list
-            && ! $conf->exists('disablepostalinvoicedefault')
-            && ! $cust_main->custnum
-          )
-          || grep { $_ eq 'POST' } @invoicing_list                     )
+        ( grep { $_ eq 'POST' } @invoicing_list )
 
           ? 'CHECKED'
           : ''



More information about the freeside-commits mailing list