[freeside-commits] freeside/htetc handler.pl,1.86.2.15,1.86.2.16

Ivan,,, ivan at wavetail.420.am
Mon Jun 2 10:06:12 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	handler.pl 
Log Message:
badly placed small_custview all of a sudden causing fatal errors?!  wtf

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.86.2.15
retrieving revision 1.86.2.16
diff -u -d -r1.86.2.15 -r1.86.2.16
--- handler.pl	1 Jun 2008 01:23:37 -0000	1.86.2.15
+++ handler.pl	2 Jun 2008 17:06:10 -0000	1.86.2.16
@@ -130,8 +130,9 @@
       use FS::Record qw(qsearch qsearchs fields dbdef str2time_sql);
       use FS::Conf;
       use FS::CGI qw(header menubar popurl rooturl table itable ntable idiot
-                     eidiot small_custview myexit http_header);
+                     eidiot myexit http_header);
       use FS::UI::Web qw(svc_url);
+      use FS::UI::Web::small_custview qw(small_custview);
       use FS::UI::bytecount;
       use FS::Msgcat qw(gettext geterror);
       use FS::Misc qw( send_email send_fax states_hash counties state_label );



More information about the freeside-commits mailing list