[freeside-commits] freeside/httemplate/search cust_svc.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Thu Apr 19 13:18:06 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv1083/httemplate/search

Modified Files:
	cust_svc.html 
Log Message:
fix very strange "Undefined subroutine &FS::UI::Web::rooturl" with an explicit import.  did i mention this was really really weird?

Index: cust_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_svc.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cust_svc.html	3 Feb 2007 11:36:30 -0000	1.4
+++ cust_svc.html	19 Apr 2007 20:18:04 -0000	1.5
@@ -115,7 +115,7 @@
 
 my $link = sub {
   my $cust_svc = shift;
-  my $url = FS::UI::Web::svc_url(
+  my $url = svc_url(
     'm'        => $m,
     'action'   => 'view',
     #'part_svc' => $cust_svc->part_svc,



More information about the freeside-commits mailing list