[freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.28.2.2, 1.28.2.3

Ivan,,, ivan at wavetail.420.am
Wed May 12 19:33:55 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv15162

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	cust_bill_pkg.cgi 
Log Message:
fix color/style and remove billpkgnum on 1_9_BRANCH too

Index: cust_bill_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_pkg.cgi,v
retrieving revision 1.28.2.2
retrieving revision 1.28.2.3
diff -u -w -d -r1.28.2.2 -r1.28.2.3
--- cust_bill_pkg.cgi	24 Mar 2010 08:38:01 -0000	1.28.2.2
+++ cust_bill_pkg.cgi	13 May 2010 02:33:53 -0000	1.28.2.3
@@ -7,7 +7,7 @@
                                     $unearned ? ( $money_char. '%.2f unearned revenue' ) : (),
                                   ],
                  'header'      => [
-                   '#',
+                   #'#',
                    'Description',
                    ( $unearned
                      ? 'Unearned'
@@ -26,7 +26,7 @@
                    FS::UI::Web::cust_header(),
                  ],
                  'fields'      => [
-                   'billpkgnum',
+                   #'billpkgnum',
                    sub { $_[0]->pkgnum > 0
                            ? $_[0]->get('pkg')      # possibly use override.pkg
                            : $_[0]->get('itemdesc') # but i think this correct
@@ -528,7 +528,6 @@
 } else {
   $count_query .= " FROM cust_bill_pkg $join_cust $join_pkg $where";
 }
-warn "count_query is $count_query\n";
 
 my @select = ( 'cust_bill_pkg.*',
                'cust_bill._date', );



More information about the freeside-commits mailing list