[freeside-commits] freeside/FS/FS Schema.pm,1.135,1.136

Ivan,,, ivan at wavetail.420.am
Mon Apr 20 09:58:33 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv27485

Modified Files:
	Schema.pm 
Log Message:
add cust_main.archived field, skip billing if Y, RT#4412

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Schema.pm	20 Apr 2009 16:57:22 -0000	1.135
+++ Schema.pm	20 Apr 2009 16:58:31 -0000	1.136
@@ -687,6 +687,7 @@
                    [ 'agentnum' ], [ 'refnum' ], [ 'custbatch' ],
                    [ 'referral_custnum' ],
                    [ 'payby' ], [ 'paydate' ],
+                   [ 'archived' ],
                    #billing
                    [ 'last' ], [ 'company' ],
                    [ 'county' ], [ 'state' ], [ 'country' ],
@@ -697,7 +698,6 @@
                    [ 'ship_county' ], [ 'ship_state' ], [ 'ship_country' ],
                    [ 'ship_zip' ],
                    [ 'ship_daytime' ], [ 'ship_night' ], [ 'ship_fax' ],
-                   [ 'archived' ],
                  ],
     },
 



More information about the freeside-commits mailing list